Shades of Christi #6F9C12
Tints of Christi #6F9C12
RGB
CMYK
RGB Variations
Color information
#6F9C12 (or 0x6F9C12) is known color: Christi. HEX triplet: 6F, 9C and 12. RGB value is (111,156,18). Sum of RGB (Red+Green+Blue) = 111+156+18=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9C12 is #9063ED. Grayscale: #7F7F7F. Windows color (decimal): -9462766 or 1219695. OLE color: 1219695.
HSL color Cylindrical-coordinate representation of color #6F9C12: hue angle of 79.57º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F9C12 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 156 | 18 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.39 |
| HSL | 79.57º | 0.79% | 0.34% | - |
| HSV(B) | 79.57º | 0.88% | 0.61% | - |
| XYZ | 18.55 | 27.2 | 4.84 | - |
| YUV | 126.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 18 | 0.29 | 0 | 0.88 | 0.39 | 79.57 | 0.79 | 0.34 |
| Hex | 6F | 9C | 12 | 1D | 0 | 58 | 27 | 50 | 4F | 22 |
| Octal | 157 | 234 | 22 | 35 | 0 | 130 | 47 | 120 | 117 | 42 |
| Binary | 1101111 | 10011100 | 10010 | 11101 | 0 | 1011000 | 100111 | 1010000 | 1001111 | 100010 |
Color Harmonies of #6F9C12
Complementary color
Monochromatic Colors of #6F9C12
Black with #6F9C12
Text Example
Text Example
White with #6F9C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9C12; }
p { color: rgb(111,156,18); }
H1.HeaderClassName
{
color: #6F9C12;
}
.AnyTagClassName
{
color: #6F9C12;
}
</style>
background-color css
<style>
a { background-color: #6F9C12; }
a { background-color: rgb(111,156,18); }
div.DivClassName
{
background-color: #6F9C12;
}
.BgClassName
{
background-color: #6F9C12;
}
</style>
border-color css
<style>
span { border-color: #6F9C12; }
span { border-color: rgb(111,156,18); }
td.TdClassName
{
border-color: #6F9C12;
}
.TagClassName
{
border-color: #6F9C12;
}
</style>