Shades of Christi #6CAC02
Tints of Christi #6CAC02
RGB
CMYK
RGB Variations
Color information
#6CAC02 (or 0x6CAC02) is known color: Christi. HEX triplet: 6C, AC and 02. RGB value is (108,172,2). Sum of RGB (Red+Green+Blue) = 108+172+2=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC02 is #9353FD. Grayscale: #868686. Windows color (decimal): -9655294 or 175212. OLE color: 175212.
HSL color Cylindrical-coordinate representation of color #6CAC02: hue angle of 82.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CAC02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.33 |
| HSL | 82.59º | 0.98% | 0.34% | - |
| HSV(B) | 82.59º | 0.99% | 0.67% | - |
| XYZ | 20.95 | 32.7 | 5.26 | - |
| YUV | 133.48 | 53.8 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 2 | 0.37 | 0 | 0.99 | 0.33 | 82.59 | 0.98 | 0.34 |
| Hex | 6C | AC | 2 | 25 | 0 | 63 | 21 | 53 | 62 | 22 |
| Octal | 154 | 254 | 2 | 45 | 0 | 143 | 41 | 123 | 142 | 42 |
| Binary | 1101100 | 10101100 | 10 | 100101 | 0 | 1100011 | 100001 | 1010011 | 1100010 | 100010 |
Color Harmonies of #6CAC02
Complementary color
Monochromatic Colors of #6CAC02
Black with #6CAC02
Text Example
Text Example
White with #6CAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC02; }
p { color: rgb(108,172,2); }
H1.HeaderClassName
{
color: #6CAC02;
}
.AnyTagClassName
{
color: #6CAC02;
}
</style>
background-color css
<style>
a { background-color: #6CAC02; }
a { background-color: rgb(108,172,2); }
div.DivClassName
{
background-color: #6CAC02;
}
.BgClassName
{
background-color: #6CAC02;
}
</style>
border-color css
<style>
span { border-color: #6CAC02; }
span { border-color: rgb(108,172,2); }
td.TdClassName
{
border-color: #6CAC02;
}
.TagClassName
{
border-color: #6CAC02;
}
</style>