Shades of Christi #70990F
Tints of Christi #70990F
RGB
CMYK
RGB Variations
Color information
#70990F (or 0x70990F) is known color: Christi. HEX triplet: 70, 99 and 0F. RGB value is (112,153,15). Sum of RGB (Red+Green+Blue) = 112+153+15=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #70990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70990F is #8F66F0. Grayscale: #7D7D7D. Windows color (decimal): -9398001 or 1022320. OLE color: 1022320.
HSL color Cylindrical-coordinate representation of color #70990F: hue angle of 77.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70990F is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 15 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.4 |
| HSL | 77.83º | 0.82% | 0.33% | - |
| HSV(B) | 77.83º | 0.9% | 0.6% | - |
| XYZ | 18.16 | 26.26 | 4.56 | - |
| YUV | 125.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 15 | 0.27 | 0 | 0.90 | 0.4 | 77.83 | 0.82 | 0.33 |
| Hex | 70 | 99 | F | 1B | 0 | 5A | 28 | 4E | 52 | 21 |
| Octal | 160 | 231 | 17 | 33 | 0 | 132 | 50 | 116 | 122 | 41 |
| Binary | 1110000 | 10011001 | 1111 | 11011 | 0 | 1011010 | 101000 | 1001110 | 1010010 | 100001 |
Color Harmonies of #70990F
Complementary color
Monochromatic Colors of #70990F
Black with #70990F
Text Example
Text Example
White with #70990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70990F; }
p { color: rgb(112,153,15); }
H1.HeaderClassName
{
color: #70990F;
}
.AnyTagClassName
{
color: #70990F;
}
</style>
background-color css
<style>
a { background-color: #70990F; }
a { background-color: rgb(112,153,15); }
div.DivClassName
{
background-color: #70990F;
}
.BgClassName
{
background-color: #70990F;
}
</style>
border-color css
<style>
span { border-color: #70990F; }
span { border-color: rgb(112,153,15); }
td.TdClassName
{
border-color: #70990F;
}
.TagClassName
{
border-color: #70990F;
}
</style>