Shades of Christi #6FAD0B
Tints of Christi #6FAD0B
RGB
CMYK
RGB Variations
Color information
#6FAD0B (or 0x6FAD0B) is known color: Christi. HEX triplet: 6F, AD and 0B. RGB value is (111,173,11). Sum of RGB (Red+Green+Blue) = 111+173+11=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAD0B is #9052F4. Grayscale: #888888. Windows color (decimal): -9458421 or 765295. OLE color: 765295.
HSL color Cylindrical-coordinate representation of color #6FAD0B: hue angle of 82.96º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FAD0B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 11 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.32 |
| HSL | 82.96º | 0.88% | 0.36% | - |
| HSV(B) | 82.96º | 0.94% | 0.68% | - |
| XYZ | 21.56 | 33.29 | 5.61 | - |
| YUV | 135.99 | 57.46 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 11 | 0.36 | 0 | 0.94 | 0.32 | 82.96 | 0.88 | 0.36 |
| Hex | 6F | AD | B | 24 | 0 | 5E | 20 | 53 | 58 | 24 |
| Octal | 157 | 255 | 13 | 44 | 0 | 136 | 40 | 123 | 130 | 44 |
| Binary | 1101111 | 10101101 | 1011 | 100100 | 0 | 1011110 | 100000 | 1010011 | 1011000 | 100100 |
Color Harmonies of #6FAD0B
Complementary color
Monochromatic Colors of #6FAD0B
Black with #6FAD0B
Text Example
Text Example
White with #6FAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD0B; }
p { color: rgb(111,173,11); }
H1.HeaderClassName
{
color: #6FAD0B;
}
.AnyTagClassName
{
color: #6FAD0B;
}
</style>
background-color css
<style>
a { background-color: #6FAD0B; }
a { background-color: rgb(111,173,11); }
div.DivClassName
{
background-color: #6FAD0B;
}
.BgClassName
{
background-color: #6FAD0B;
}
</style>
border-color css
<style>
span { border-color: #6FAD0B; }
span { border-color: rgb(111,173,11); }
td.TdClassName
{
border-color: #6FAD0B;
}
.TagClassName
{
border-color: #6FAD0B;
}
</style>