Shades of Christi #6FAD0F
Tints of Christi #6FAD0F
RGB
CMYK
RGB Variations
Color information
#6FAD0F (or 0x6FAD0F) is known color: Christi. HEX triplet: 6F, AD and 0F. RGB value is (111,173,15). Sum of RGB (Red+Green+Blue) = 111+173+15=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAD0F is #9052F0. Grayscale: #898989. Windows color (decimal): -9458417 or 1027439. OLE color: 1027439.
HSL color Cylindrical-coordinate representation of color #6FAD0F: hue angle of 83.54º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FAD0F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 15 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.32 |
| HSL | 83.54º | 0.84% | 0.37% | - |
| HSV(B) | 83.54º | 0.91% | 0.68% | - |
| XYZ | 21.59 | 33.3 | 5.74 | - |
| YUV | 136.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 15 | 0.36 | 0 | 0.91 | 0.32 | 83.54 | 0.84 | 0.37 |
| Hex | 6F | AD | F | 24 | 0 | 5B | 20 | 54 | 54 | 25 |
| Octal | 157 | 255 | 17 | 44 | 0 | 133 | 40 | 124 | 124 | 45 |
| Binary | 1101111 | 10101101 | 1111 | 100100 | 0 | 1011011 | 100000 | 1010100 | 1010100 | 100101 |
Color Harmonies of #6FAD0F
Complementary color
Monochromatic Colors of #6FAD0F
Black with #6FAD0F
Text Example
Text Example
White with #6FAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD0F; }
p { color: rgb(111,173,15); }
H1.HeaderClassName
{
color: #6FAD0F;
}
.AnyTagClassName
{
color: #6FAD0F;
}
</style>
background-color css
<style>
a { background-color: #6FAD0F; }
a { background-color: rgb(111,173,15); }
div.DivClassName
{
background-color: #6FAD0F;
}
.BgClassName
{
background-color: #6FAD0F;
}
</style>
border-color css
<style>
span { border-color: #6FAD0F; }
span { border-color: rgb(111,173,15); }
td.TdClassName
{
border-color: #6FAD0F;
}
.TagClassName
{
border-color: #6FAD0F;
}
</style>