Shades of Christi #72A303
Tints of Christi #72A303
RGB
CMYK
RGB Variations
Color information
#72A303 (or 0x72A303) is known color: Christi. HEX triplet: 72, A3 and 03. RGB value is (114,163,3). Sum of RGB (Red+Green+Blue) = 114+163+3=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #72A303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A303 is #8D5CFC. Grayscale: #828282. Windows color (decimal): -9264381 or 238450. OLE color: 238450.
HSL color Cylindrical-coordinate representation of color #72A303: hue angle of 78.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72A303 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.36 |
| HSL | 78.38º | 0.96% | 0.33% | - |
| HSV(B) | 78.38º | 0.98% | 0.64% | - |
| XYZ | 20.05 | 29.78 | 4.78 | - |
| YUV | 130.11 | 56.27 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 3 | 0.30 | 0 | 0.98 | 0.36 | 78.38 | 0.96 | 0.33 |
| Hex | 72 | A3 | 3 | 1E | 0 | 62 | 24 | 4E | 60 | 21 |
| Octal | 162 | 243 | 3 | 36 | 0 | 142 | 44 | 116 | 140 | 41 |
| Binary | 1110010 | 10100011 | 11 | 11110 | 0 | 1100010 | 100100 | 1001110 | 1100000 | 100001 |
Color Harmonies of #72A303
Complementary color
Monochromatic Colors of #72A303
Black with #72A303
Text Example
Text Example
White with #72A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A303; }
p { color: rgb(114,163,3); }
H1.HeaderClassName
{
color: #72A303;
}
.AnyTagClassName
{
color: #72A303;
}
</style>
background-color css
<style>
a { background-color: #72A303; }
a { background-color: rgb(114,163,3); }
div.DivClassName
{
background-color: #72A303;
}
.BgClassName
{
background-color: #72A303;
}
</style>
border-color css
<style>
span { border-color: #72A303; }
span { border-color: rgb(114,163,3); }
td.TdClassName
{
border-color: #72A303;
}
.TagClassName
{
border-color: #72A303;
}
</style>