Shades of Christi #729C08
Tints of Christi #729C08
RGB
CMYK
RGB Variations
Color information
#729C08 (or 0x729C08) is known color: Christi. HEX triplet: 72, 9C and 08. RGB value is (114,156,8). Sum of RGB (Red+Green+Blue) = 114+156+8=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #729C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729C08 is #8D63F7. Grayscale: #7F7F7F. Windows color (decimal): -9266168 or 564338. OLE color: 564338.
HSL color Cylindrical-coordinate representation of color #729C08: hue angle of 77.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #729C08 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.39 |
| HSL | 77.03º | 0.9% | 0.32% | - |
| HSV(B) | 77.03º | 0.95% | 0.61% | - |
| XYZ | 18.87 | 27.37 | 4.52 | - |
| YUV | 126.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 8 | 0.27 | 0 | 0.95 | 0.39 | 77.03 | 0.9 | 0.32 |
| Hex | 72 | 9C | 8 | 1B | 0 | 5F | 27 | 4D | 5A | 20 |
| Octal | 162 | 234 | 10 | 33 | 0 | 137 | 47 | 115 | 132 | 40 |
| Binary | 1110010 | 10011100 | 1000 | 11011 | 0 | 1011111 | 100111 | 1001101 | 1011010 | 100000 |
Color Harmonies of #729C08
Complementary color
Monochromatic Colors of #729C08
Black with #729C08
Text Example
Text Example
White with #729C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C08; }
p { color: rgb(114,156,8); }
H1.HeaderClassName
{
color: #729C08;
}
.AnyTagClassName
{
color: #729C08;
}
</style>
background-color css
<style>
a { background-color: #729C08; }
a { background-color: rgb(114,156,8); }
div.DivClassName
{
background-color: #729C08;
}
.BgClassName
{
background-color: #729C08;
}
</style>
border-color css
<style>
span { border-color: #729C08; }
span { border-color: rgb(114,156,8); }
td.TdClassName
{
border-color: #729C08;
}
.TagClassName
{
border-color: #729C08;
}
</style>