Shades of Christi #64B609
Tints of Christi #64B609
RGB
CMYK
RGB Variations
Color information
#64B609 (or 0x64B609) is known color: Christi. HEX triplet: 64, B6 and 09. RGB value is (100,182,9). Sum of RGB (Red+Green+Blue) = 100+182+9=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #64B609 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B609 is #9B49F6. Grayscale: #8A8A8A. Windows color (decimal): -10177015 or 636516. OLE color: 636516.
HSL color Cylindrical-coordinate representation of color #64B609: hue angle of 88.44º degrees, saturation: 0.91, 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 #64B609 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 9 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.29 |
| HSL | 88.44º | 0.91% | 0.37% | - |
| HSV(B) | 88.44º | 0.95% | 0.71% | - |
| XYZ | 22.03 | 36.18 | 6.08 | - |
| YUV | 137.76 | 55.33 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 9 | 0.45 | 0 | 0.95 | 0.29 | 88.44 | 0.91 | 0.37 |
| Hex | 64 | B6 | 9 | 2D | 0 | 5F | 1D | 58 | 5B | 25 |
| Octal | 144 | 266 | 11 | 55 | 0 | 137 | 35 | 130 | 133 | 45 |
| Binary | 1100100 | 10110110 | 1001 | 101101 | 0 | 1011111 | 11101 | 1011000 | 1011011 | 100101 |
Color Harmonies of #64B609
Complementary color
Monochromatic Colors of #64B609
Black with #64B609
Text Example
Text Example
White with #64B609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B609; }
p { color: rgb(100,182,9); }
H1.HeaderClassName
{
color: #64B609;
}
.AnyTagClassName
{
color: #64B609;
}
</style>
background-color css
<style>
a { background-color: #64B609; }
a { background-color: rgb(100,182,9); }
div.DivClassName
{
background-color: #64B609;
}
.BgClassName
{
background-color: #64B609;
}
</style>
border-color css
<style>
span { border-color: #64B609; }
span { border-color: rgb(100,182,9); }
td.TdClassName
{
border-color: #64B609;
}
.TagClassName
{
border-color: #64B609;
}
</style>