Shades of Christi #6FAC07
Tints of Christi #6FAC07
RGB
CMYK
RGB Variations
Color information
#6FAC07 (or 0x6FAC07) is known color: Christi. HEX triplet: 6F, AC and 07. RGB value is (111,172,7). Sum of RGB (Red+Green+Blue) = 111+172+7=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC07 is #9053F8. Grayscale: #878787. Windows color (decimal): -9458681 or 502895. OLE color: 502895.
HSL color Cylindrical-coordinate representation of color #6FAC07: hue angle of 82.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6FAC07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.33 |
| HSL | 82.18º | 0.92% | 0.35% | - |
| HSV(B) | 82.18º | 0.96% | 0.67% | - |
| XYZ | 21.35 | 32.9 | 5.43 | - |
| YUV | 134.95 | 55.79 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 7 | 0.35 | 0 | 0.96 | 0.33 | 82.18 | 0.92 | 0.35 |
| Hex | 6F | AC | 7 | 23 | 0 | 60 | 21 | 52 | 5C | 23 |
| Octal | 157 | 254 | 7 | 43 | 0 | 140 | 41 | 122 | 134 | 43 |
| Binary | 1101111 | 10101100 | 111 | 100011 | 0 | 1100000 | 100001 | 1010010 | 1011100 | 100011 |
Color Harmonies of #6FAC07
Complementary color
Monochromatic Colors of #6FAC07
Black with #6FAC07
Text Example
Text Example
White with #6FAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC07; }
p { color: rgb(111,172,7); }
H1.HeaderClassName
{
color: #6FAC07;
}
.AnyTagClassName
{
color: #6FAC07;
}
</style>
background-color css
<style>
a { background-color: #6FAC07; }
a { background-color: rgb(111,172,7); }
div.DivClassName
{
background-color: #6FAC07;
}
.BgClassName
{
background-color: #6FAC07;
}
</style>
border-color css
<style>
span { border-color: #6FAC07; }
span { border-color: rgb(111,172,7); }
td.TdClassName
{
border-color: #6FAC07;
}
.TagClassName
{
border-color: #6FAC07;
}
</style>