Shades of Christi #6CAC04
Tints of Christi #6CAC04
RGB
CMYK
RGB Variations
Color information
#6CAC04 (or 0x6CAC04) is known color: Christi. HEX triplet: 6C, AC and 04. RGB value is (108,172,4). Sum of RGB (Red+Green+Blue) = 108+172+4=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC04 is #9353FB. Grayscale: #868686. Windows color (decimal): -9655292 or 306284. OLE color: 306284.
HSL color Cylindrical-coordinate representation of color #6CAC04: hue angle of 82.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CAC04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.33 |
| HSL | 82.86º | 0.95% | 0.35% | - |
| HSV(B) | 82.86º | 0.98% | 0.67% | - |
| XYZ | 20.96 | 32.7 | 5.32 | - |
| YUV | 133.71 | 54.8 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 4 | 0.37 | 0 | 0.98 | 0.33 | 82.86 | 0.95 | 0.35 |
| Hex | 6C | AC | 4 | 25 | 0 | 62 | 21 | 53 | 5F | 23 |
| Octal | 154 | 254 | 4 | 45 | 0 | 142 | 41 | 123 | 137 | 43 |
| Binary | 1101100 | 10101100 | 100 | 100101 | 0 | 1100010 | 100001 | 1010011 | 1011111 | 100011 |
Color Harmonies of #6CAC04
Complementary color
Monochromatic Colors of #6CAC04
Black with #6CAC04
Text Example
Text Example
White with #6CAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC04; }
p { color: rgb(108,172,4); }
H1.HeaderClassName
{
color: #6CAC04;
}
.AnyTagClassName
{
color: #6CAC04;
}
</style>
background-color css
<style>
a { background-color: #6CAC04; }
a { background-color: rgb(108,172,4); }
div.DivClassName
{
background-color: #6CAC04;
}
.BgClassName
{
background-color: #6CAC04;
}
</style>
border-color css
<style>
span { border-color: #6CAC04; }
span { border-color: rgb(108,172,4); }
td.TdClassName
{
border-color: #6CAC04;
}
.TagClassName
{
border-color: #6CAC04;
}
</style>