Shades of Christi #72AB0D
Tints of Christi #72AB0D
RGB
CMYK
RGB Variations
Color information
#72AB0D (or 0x72AB0D) is known color: Christi. HEX triplet: 72, AB and 0D. RGB value is (114,171,13). Sum of RGB (Red+Green+Blue) = 114+171+13=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB0D is #8D54F2. Grayscale: #888888. Windows color (decimal): -9262323 or 895858. OLE color: 895858.
HSL color Cylindrical-coordinate representation of color #72AB0D: hue angle of 81.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72AB0D is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 13 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.33 |
| HSL | 81.65º | 0.86% | 0.36% | - |
| HSV(B) | 81.65º | 0.92% | 0.67% | - |
| XYZ | 21.57 | 32.73 | 5.56 | - |
| YUV | 135.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 13 | 0.33 | 0 | 0.92 | 0.33 | 81.65 | 0.86 | 0.36 |
| Hex | 72 | AB | D | 21 | 0 | 5C | 21 | 52 | 56 | 24 |
| Octal | 162 | 253 | 15 | 41 | 0 | 134 | 41 | 122 | 126 | 44 |
| Binary | 1110010 | 10101011 | 1101 | 100001 | 0 | 1011100 | 100001 | 1010010 | 1010110 | 100100 |
Color Harmonies of #72AB0D
Complementary color
Monochromatic Colors of #72AB0D
Black with #72AB0D
Text Example
Text Example
White with #72AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB0D; }
p { color: rgb(114,171,13); }
H1.HeaderClassName
{
color: #72AB0D;
}
.AnyTagClassName
{
color: #72AB0D;
}
</style>
background-color css
<style>
a { background-color: #72AB0D; }
a { background-color: rgb(114,171,13); }
div.DivClassName
{
background-color: #72AB0D;
}
.BgClassName
{
background-color: #72AB0D;
}
</style>
border-color css
<style>
span { border-color: #72AB0D; }
span { border-color: rgb(114,171,13); }
td.TdClassName
{
border-color: #72AB0D;
}
.TagClassName
{
border-color: #72AB0D;
}
</style>