#64B00D

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

Shades of Christi #64B00D

Tints of Christi #64B00D

Color information

#64B00D (or 0x64B00D) is unknown color: approx Christi. HEX triplet: 64, B0 and 0D. RGB value is (100,176,13). Sum of RGB (Red+Green+Blue) = 100+176+13=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 176 (69.14% from 255 or 60.90% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 176 - color contains mainly: green. Hex color #64B00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B00D is #9B4FF2. Grayscale: #878787. Windows color (decimal): -10178547 or 897124. OLE color: 897124.

HSL color Cylindrical-coordinate representation of color #64B00D: hue angle of 87.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64B00D is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB10017613-
CMYK0.4300.930.31
HSL87.98º86.24%37.06%-
HSV(B)87.98º92.61%69.02%-
XYZ20.8533.795.8-
YUV134.6959.32103.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 176 (69.14% from 255) = 60.90%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=34.60%
G=60.90%
B=4.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100176130.4300.930.3187.9886.2437.06
Hex64B0D2B05D1F585625
Octal144260155301353713012645
Binary1100100101100001101101011010111011111110110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,13); }

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

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

 a { background-color: rgb(100,176,13); }

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

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

 span { border-color: rgb(100,176,13); }

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