Shades of Christi #6FAA0F
Tints of Christi #6FAA0F
RGB
CMYK
RGB Variations
Color information
#6FAA0F (or 0x6FAA0F) is known color: Christi. HEX triplet: 6F, AA and 0F. RGB value is (111,170,15). Sum of RGB (Red+Green+Blue) = 111+170+15=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAA0F is #9055F0. Grayscale: #878787. Windows color (decimal): -9459185 or 1026671. OLE color: 1026671.
HSL color Cylindrical-coordinate representation of color #6FAA0F: hue angle of 82.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FAA0F is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 15 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.33 |
| HSL | 82.84º | 0.84% | 0.36% | - |
| HSV(B) | 82.84º | 0.91% | 0.67% | - |
| XYZ | 21.02 | 32.16 | 5.55 | - |
| YUV | 134.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 15 | 0.35 | 0 | 0.91 | 0.33 | 82.84 | 0.84 | 0.36 |
| Hex | 6F | AA | F | 23 | 0 | 5B | 21 | 53 | 54 | 24 |
| Octal | 157 | 252 | 17 | 43 | 0 | 133 | 41 | 123 | 124 | 44 |
| Binary | 1101111 | 10101010 | 1111 | 100011 | 0 | 1011011 | 100001 | 1010011 | 1010100 | 100100 |
Color Harmonies of #6FAA0F
Complementary color
Monochromatic Colors of #6FAA0F
Black with #6FAA0F
Text Example
Text Example
White with #6FAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA0F; }
p { color: rgb(111,170,15); }
H1.HeaderClassName
{
color: #6FAA0F;
}
.AnyTagClassName
{
color: #6FAA0F;
}
</style>
background-color css
<style>
a { background-color: #6FAA0F; }
a { background-color: rgb(111,170,15); }
div.DivClassName
{
background-color: #6FAA0F;
}
.BgClassName
{
background-color: #6FAA0F;
}
</style>
border-color css
<style>
span { border-color: #6FAA0F; }
span { border-color: rgb(111,170,15); }
td.TdClassName
{
border-color: #6FAA0F;
}
.TagClassName
{
border-color: #6FAA0F;
}
</style>