Shades of Christi #6FAA0D
Tints of Christi #6FAA0D
RGB
CMYK
RGB Variations
Color information
#6FAA0D (or 0x6FAA0D) is known color: Christi. HEX triplet: 6F, AA and 0D. RGB value is (111,170,13). Sum of RGB (Red+Green+Blue) = 111+170+13=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAA0D is #9055F2. Grayscale: #878787. Windows color (decimal): -9459187 or 895599. OLE color: 895599.
HSL color Cylindrical-coordinate representation of color #6FAA0D: hue angle of 82.55º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FAA0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.33 |
| HSL | 82.55º | 0.86% | 0.36% | - |
| HSV(B) | 82.55º | 0.92% | 0.67% | - |
| XYZ | 21 | 32.16 | 5.48 | - |
| YUV | 134.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 13 | 0.35 | 0 | 0.92 | 0.33 | 82.55 | 0.86 | 0.36 |
| Hex | 6F | AA | D | 23 | 0 | 5C | 21 | 53 | 56 | 24 |
| Octal | 157 | 252 | 15 | 43 | 0 | 134 | 41 | 123 | 126 | 44 |
| Binary | 1101111 | 10101010 | 1101 | 100011 | 0 | 1011100 | 100001 | 1010011 | 1010110 | 100100 |
Color Harmonies of #6FAA0D
Complementary color
Monochromatic Colors of #6FAA0D
Black with #6FAA0D
Text Example
Text Example
White with #6FAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA0D; }
p { color: rgb(111,170,13); }
H1.HeaderClassName
{
color: #6FAA0D;
}
.AnyTagClassName
{
color: #6FAA0D;
}
</style>
background-color css
<style>
a { background-color: #6FAA0D; }
a { background-color: rgb(111,170,13); }
div.DivClassName
{
background-color: #6FAA0D;
}
.BgClassName
{
background-color: #6FAA0D;
}
</style>
border-color css
<style>
span { border-color: #6FAA0D; }
span { border-color: rgb(111,170,13); }
td.TdClassName
{
border-color: #6FAA0D;
}
.TagClassName
{
border-color: #6FAA0D;
}
</style>