Shades of Christi #64B008
Tints of Christi #64B008
RGB
CMYK
RGB Variations
Color information
#64B008 (or 0x64B008) is known color: Christi. HEX triplet: 64, B0 and 08. RGB value is (100,176,8). Sum of RGB (Red+Green+Blue) = 100+176+8=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #64B008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64B008 is #9B4FF7. Grayscale: #868686. Windows color (decimal): -10178552 or 569444. OLE color: 569444.
HSL color Cylindrical-coordinate representation of color #64B008: hue angle of 87.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64B008 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 8 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.31 |
| HSL | 87.14º | 0.91% | 0.36% | - |
| HSV(B) | 87.14º | 0.95% | 0.69% | - |
| XYZ | 20.82 | 33.78 | 5.65 | - |
| YUV | 134.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 8 | 0.43 | 0 | 0.95 | 0.31 | 87.14 | 0.91 | 0.36 |
| Hex | 64 | B0 | 8 | 2B | 0 | 5F | 1F | 57 | 5B | 24 |
| Octal | 144 | 260 | 10 | 53 | 0 | 137 | 37 | 127 | 133 | 44 |
| Binary | 1100100 | 10110000 | 1000 | 101011 | 0 | 1011111 | 11111 | 1010111 | 1011011 | 100100 |
Color Harmonies of #64B008
Complementary color
Monochromatic Colors of #64B008
Black with #64B008
Text Example
Text Example
White with #64B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B008; }
p { color: rgb(100,176,8); }
H1.HeaderClassName
{
color: #64B008;
}
.AnyTagClassName
{
color: #64B008;
}
</style>
background-color css
<style>
a { background-color: #64B008; }
a { background-color: rgb(100,176,8); }
div.DivClassName
{
background-color: #64B008;
}
.BgClassName
{
background-color: #64B008;
}
</style>
border-color css
<style>
span { border-color: #64B008; }
span { border-color: rgb(100,176,8); }
td.TdClassName
{
border-color: #64B008;
}
.TagClassName
{
border-color: #64B008;
}
</style>