Shades of Christi #64B409
Tints of Christi #64B409
RGB
CMYK
RGB Variations
Color information
#64B409 (or 0x64B409) is known color: Christi. HEX triplet: 64, B4 and 09. RGB value is (100,180,9). Sum of RGB (Red+Green+Blue) = 100+180+9=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #64B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B409 is #9B4BF6. Grayscale: #898989. Windows color (decimal): -10177527 or 636004. OLE color: 636004.
HSL color Cylindrical-coordinate representation of color #64B409: hue angle of 88.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64B409 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 180 | 9 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.29 |
| HSL | 88.07º | 0.9% | 0.37% | - |
| HSV(B) | 88.07º | 0.95% | 0.71% | - |
| XYZ | 21.63 | 35.37 | 5.95 | - |
| YUV | 136.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 9 | 0.44 | 0 | 0.95 | 0.29 | 88.07 | 0.9 | 0.37 |
| Hex | 64 | B4 | 9 | 2C | 0 | 5F | 1D | 58 | 5A | 25 |
| Octal | 144 | 264 | 11 | 54 | 0 | 137 | 35 | 130 | 132 | 45 |
| Binary | 1100100 | 10110100 | 1001 | 101100 | 0 | 1011111 | 11101 | 1011000 | 1011010 | 100101 |
Color Harmonies of #64B409
Complementary color
Monochromatic Colors of #64B409
Black with #64B409
Text Example
Text Example
White with #64B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B409; }
p { color: rgb(100,180,9); }
H1.HeaderClassName
{
color: #64B409;
}
.AnyTagClassName
{
color: #64B409;
}
</style>
background-color css
<style>
a { background-color: #64B409; }
a { background-color: rgb(100,180,9); }
div.DivClassName
{
background-color: #64B409;
}
.BgClassName
{
background-color: #64B409;
}
</style>
border-color css
<style>
span { border-color: #64B409; }
span { border-color: rgb(100,180,9); }
td.TdClassName
{
border-color: #64B409;
}
.TagClassName
{
border-color: #64B409;
}
</style>