#64A510

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

Shades of Christi #64A510

Tints of Christi #64A510

Color information

#64A510 (or 0x64A510) is unknown color: approx Christi. HEX triplet: 64, A5 and 10. RGB value is (100,165,16). Sum of RGB (Red+Green+Blue) = 100+165+16=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #64A510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A510 is #9B5AEF. Grayscale: #818181. Windows color (decimal): -10181360 or 1090916. OLE color: 1090916.

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

Color convert

RGB10016516-
CMYK0.3900.900.35
HSL86.17º82.32%35.49%-
HSV(B)86.17º90.3%64.71%-
XYZ18.829.665.22-
YUV128.5864.47107.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=35.59%
G=58.72%
B=5.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100165160.3900.900.3586.1782.3235.49
Hex64A5102705A23565223
Octal144245204701324312612243
Binary110010010100101100001001110101101010001110101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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