Shades of Christi #6A9C1C
Tints of Christi #6A9C1C
RGB
CMYK
RGB Variations
Color information
#6A9C1C (or 0x6A9C1C) is known color: Christi. HEX triplet: 6A, 9C and 1C. RGB value is (106,156,28). Sum of RGB (Red+Green+Blue) = 106+156+28=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9C1C is #9563E3. Grayscale: #7E7E7E. Windows color (decimal): -9790436 or 1875050. OLE color: 1875050.
HSL color Cylindrical-coordinate representation of color #6A9C1C: hue angle of 83.44º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A9C1C is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 156 | 28 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.39 |
| HSL | 83.44º | 0.7% | 0.36% | - |
| HSV(B) | 83.44º | 0.82% | 0.61% | - |
| XYZ | 18.04 | 26.92 | 5.34 | - |
| YUV | 126.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 156 | 28 | 0.32 | 0 | 0.82 | 0.39 | 83.44 | 0.7 | 0.36 |
| Hex | 6A | 9C | 1C | 20 | 0 | 52 | 27 | 53 | 46 | 24 |
| Octal | 152 | 234 | 34 | 40 | 0 | 122 | 47 | 123 | 106 | 44 |
| Binary | 1101010 | 10011100 | 11100 | 100000 | 0 | 1010010 | 100111 | 1010011 | 1000110 | 100100 |
Color Harmonies of #6A9C1C
Complementary color
Monochromatic Colors of #6A9C1C
Black with #6A9C1C
Text Example
Text Example
White with #6A9C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9C1C; }
p { color: rgb(106,156,28); }
H1.HeaderClassName
{
color: #6A9C1C;
}
.AnyTagClassName
{
color: #6A9C1C;
}
</style>
background-color css
<style>
a { background-color: #6A9C1C; }
a { background-color: rgb(106,156,28); }
div.DivClassName
{
background-color: #6A9C1C;
}
.BgClassName
{
background-color: #6A9C1C;
}
</style>
border-color css
<style>
span { border-color: #6A9C1C; }
span { border-color: rgb(106,156,28); }
td.TdClassName
{
border-color: #6A9C1C;
}
.TagClassName
{
border-color: #6A9C1C;
}
</style>