Html Css Color HEX #64A514 Christi

📋 copy color: '#64A514'

red 100 ◦ green 165 ◦ blue 20

#64A514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #64A514

Tints of Christi #64A514

RGB

 RED value IS 100 (39.45% from 255) = 35.09%

 GREEN value IS 165 (64.84% from 255) = 57.89%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 35.09%
G = 57.89%
B = 7.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#64A514 (or 0x64A514) is known color: Christi. HEX triplet: 64, A5 and 14. RGB value is (100,165,20). Sum of RGB (Red+Green+Blue) = 100+165+20=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #64A514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A514 is #9B5AEB. Grayscale: #818181. Windows color (decimal): -10181356 or 1353060. OLE color: 1353060.

HSL color Cylindrical-coordinate representation of color #64A514: hue angle of 86.9º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64A514 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 20 -
CMYK 0.39 0 0.88 0.35
HSL 86.9º 0.78% 0.36% -
HSV(B) 86.9º 0.88% 0.65% -
XYZ 18.84 29.67 5.4 -
YUV 129.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 100 165 20 0.39 0 0.88 0.35 86.9 0.78 0.36
Hex 64 A5 14 27 0 58 23 57 4E 24
Octal 144 245 24 47 0 130 43 127 116 44
Binary 1100100 10100101 10100 100111 0 1011000 100011 1010111 1001110 100100

Color Harmonies of #64A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A514

Black with #64A514

Text Example


Text Example

White with #64A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A514; }

 p { color: rgb(100,165,20); }

 H1.HeaderClassName
 {
   color: #64A514;
 }
 .AnyTagClassName
 {
   color: #64A514;
 }
</style>

background-color css

<style>
 a { background-color: #64A514; }

 a { background-color: rgb(100,165,20); }

 div.DivClassName
 {
   background-color: #64A514;
 }
 .BgClassName
 {
   background-color: #64A514;
 }
</style>

border-color css

<style>
 span { border-color: #64A514; }

 span { border-color: rgb(100,165,20); }

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