#65B014

Color #65B014 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #65B014

Tints of Christi #65B014

Color information

#65B014 (or 0x65B014) is unknown color: approx Christi. HEX triplet: 65, B0 and 14. RGB value is (101,176,20). Sum of RGB (Red+Green+Blue) = 101+176+20=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #65B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B014 is #9A4FEB. Grayscale: #888888. Windows color (decimal): -10113004 or 1355877. OLE color: 1355877.

HSL color Cylindrical-coordinate representation of color #65B014: hue angle of 88.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65B014 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB10117620-
CMYK0.4300.890.31
HSL88.85º79.59%38.43%-
HSV(B)88.85º88.64%69.02%-
XYZ21.0233.876.09-
YUV135.7962.65103.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 176 (69.14% from 255) = 59.26%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=34.01%
G=59.26%
B=6.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101176200.4300.890.3188.8579.5938.43
Hex65B0142B0591F595026
Octal145260245301313713112046
Binary11001011011000010100101011010110011111110110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B014; }

 p { color: rgb(101,176,20); }

 H1.HeaderClassName
 {
   color: #65B014;
 }
 .AnyTagClassName
 {
   color: #65B014;
 }
</style>
background-color css

<style>
 a { background-color: #65B014; }

 a { background-color: rgb(101,176,20); }

 div.DivClassName
 {
   background-color: #65B014;
 }
 .BgClassName
 {
   background-color: #65B014;
 }
</style>
border-color css

<style>
 span { border-color: #65B014; }

 span { border-color: rgb(101,176,20); }

 td.TdClassName
 {
   border-color: #65B014;
 }
 .TagClassName
 {
   border-color: #65B014;
 }
</style>