Shades of Christi #72A601
Tints of Christi #72A601
RGB
CMYK
RGB Variations
Color information
#72A601 (or 0x72A601) is known color: Christi. HEX triplet: 72, A6 and 01. RGB value is (114,166,1). Sum of RGB (Red+Green+Blue) = 114+166+1=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #72A601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A601 is #8D59FE. Grayscale: #848484. Windows color (decimal): -9263615 or 108146. OLE color: 108146.
HSL color Cylindrical-coordinate representation of color #72A601: hue angle of 78.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72A601 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.35 |
| HSL | 78.91º | 0.99% | 0.33% | - |
| HSV(B) | 78.91º | 0.99% | 0.65% | - |
| XYZ | 20.58 | 30.85 | 4.9 | - |
| YUV | 131.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 1 | 0.31 | 0 | 0.99 | 0.35 | 78.91 | 0.99 | 0.33 |
| Hex | 72 | A6 | 1 | 1F | 0 | 63 | 23 | 4F | 63 | 21 |
| Octal | 162 | 246 | 1 | 37 | 0 | 143 | 43 | 117 | 143 | 41 |
| Binary | 1110010 | 10100110 | 1 | 11111 | 0 | 1100011 | 100011 | 1001111 | 1100011 | 100001 |
Color Harmonies of #72A601
Complementary color
Monochromatic Colors of #72A601
Black with #72A601
Text Example
Text Example
White with #72A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A601; }
p { color: rgb(114,166,1); }
H1.HeaderClassName
{
color: #72A601;
}
.AnyTagClassName
{
color: #72A601;
}
</style>
background-color css
<style>
a { background-color: #72A601; }
a { background-color: rgb(114,166,1); }
div.DivClassName
{
background-color: #72A601;
}
.BgClassName
{
background-color: #72A601;
}
</style>
border-color css
<style>
span { border-color: #72A601; }
span { border-color: rgb(114,166,1); }
td.TdClassName
{
border-color: #72A601;
}
.TagClassName
{
border-color: #72A601;
}
</style>