Shades of Christi #64AB07
Tints of Christi #64AB07
RGB
CMYK
RGB Variations
Color information
#64AB07 (or 0x64AB07) is known color: Christi. HEX triplet: 64, AB and 07. RGB value is (100,171,7). Sum of RGB (Red+Green+Blue) = 100+171+7=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AB07 is #9B54F8. Grayscale: #838383. Windows color (decimal): -10179833 or 502628. OLE color: 502628.
HSL color Cylindrical-coordinate representation of color #64AB07: hue angle of 85.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64AB07 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 7 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.33 |
| HSL | 85.98º | 0.92% | 0.35% | - |
| HSV(B) | 85.98º | 0.96% | 0.67% | - |
| XYZ | 19.86 | 31.85 | 5.3 | - |
| YUV | 131.08 | 57.98 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 7 | 0.42 | 0 | 0.96 | 0.33 | 85.98 | 0.92 | 0.35 |
| Hex | 64 | AB | 7 | 2A | 0 | 60 | 21 | 56 | 5C | 23 |
| Octal | 144 | 253 | 7 | 52 | 0 | 140 | 41 | 126 | 134 | 43 |
| Binary | 1100100 | 10101011 | 111 | 101010 | 0 | 1100000 | 100001 | 1010110 | 1011100 | 100011 |
Color Harmonies of #64AB07
Complementary color
Monochromatic Colors of #64AB07
Black with #64AB07
Text Example
Text Example
White with #64AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB07; }
p { color: rgb(100,171,7); }
H1.HeaderClassName
{
color: #64AB07;
}
.AnyTagClassName
{
color: #64AB07;
}
</style>
background-color css
<style>
a { background-color: #64AB07; }
a { background-color: rgb(100,171,7); }
div.DivClassName
{
background-color: #64AB07;
}
.BgClassName
{
background-color: #64AB07;
}
</style>
border-color css
<style>
span { border-color: #64AB07; }
span { border-color: rgb(100,171,7); }
td.TdClassName
{
border-color: #64AB07;
}
.TagClassName
{
border-color: #64AB07;
}
</style>