#64A009

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

Shades of Christi #64A009

Tints of Christi #64A009

Color information

#64A009 (or 0x64A009) is unknown color: approx Christi. HEX triplet: 64, A0 and 09. RGB value is (100,160,9). Sum of RGB (Red+Green+Blue) = 100+160+9=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #64A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A009 is #9B5FF6. Grayscale: #7D7D7D. Windows color (decimal): -10182647 or 630884. OLE color: 630884.

HSL color Cylindrical-coordinate representation of color #64A009: hue angle of 83.84º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64A009 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1001609-
CMYK0.3800.940.37
HSL83.84º89.35%33.14%-
HSV(B)83.84º94.38%62.75%-
XYZ17.8827.874.7-
YUV124.8562.62110.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 59.48%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=37.17%
G=59.48%
B=3.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10016090.3800.940.3783.8489.3533.14
Hex64A092605E25545921
Octal144240114601364512413141
Binary11001001010000010011001100101111010010110101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,160,9); }

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

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

 a { background-color: rgb(100,160,9); }

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

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

 span { border-color: rgb(100,160,9); }

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