Shades of Christi #6C9A0F
Tints of Christi #6C9A0F
RGB
CMYK
RGB Variations
Color information
#6C9A0F (or 0x6C9A0F) is known color: Christi. HEX triplet: 6C, 9A and 0F. RGB value is (108,154,15). Sum of RGB (Red+Green+Blue) = 108+154+15=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9A0F is #9365F0. Grayscale: #7C7C7C. Windows color (decimal): -9659889 or 1022572. OLE color: 1022572.
HSL color Cylindrical-coordinate representation of color #6C9A0F: hue angle of 79.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C9A0F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 15 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.40 |
| HSL | 79.86º | 0.82% | 0.33% | - |
| HSV(B) | 79.86º | 0.9% | 0.6% | - |
| XYZ | 17.83 | 26.33 | 4.6 | - |
| YUV | 124.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 15 | 0.30 | 0 | 0.90 | 0.40 | 79.86 | 0.82 | 0.33 |
| Hex | 6C | 9A | F | 1E | 0 | 5A | 28 | 50 | 52 | 21 |
| Octal | 154 | 232 | 17 | 36 | 0 | 132 | 50 | 120 | 122 | 41 |
| Binary | 1101100 | 10011010 | 1111 | 11110 | 0 | 1011010 | 101000 | 1010000 | 1010010 | 100001 |
Color Harmonies of #6C9A0F
Complementary color
Monochromatic Colors of #6C9A0F
Black with #6C9A0F
Text Example
Text Example
White with #6C9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A0F; }
p { color: rgb(108,154,15); }
H1.HeaderClassName
{
color: #6C9A0F;
}
.AnyTagClassName
{
color: #6C9A0F;
}
</style>
background-color css
<style>
a { background-color: #6C9A0F; }
a { background-color: rgb(108,154,15); }
div.DivClassName
{
background-color: #6C9A0F;
}
.BgClassName
{
background-color: #6C9A0F;
}
</style>
border-color css
<style>
span { border-color: #6C9A0F; }
span { border-color: rgb(108,154,15); }
td.TdClassName
{
border-color: #6C9A0F;
}
.TagClassName
{
border-color: #6C9A0F;
}
</style>