Shades of Christi #6CAB04
Tints of Christi #6CAB04
RGB
CMYK
RGB Variations
Color information
#6CAB04 (or 0x6CAB04) is known color: Christi. HEX triplet: 6C, AB and 04. RGB value is (108,171,4). Sum of RGB (Red+Green+Blue) = 108+171+4=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAB04 is #9354FB. Grayscale: #858585. Windows color (decimal): -9655548 or 306028. OLE color: 306028.
HSL color Cylindrical-coordinate representation of color #6CAB04: hue angle of 82.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CAB04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.33 |
| HSL | 82.63º | 0.95% | 0.34% | - |
| HSV(B) | 82.63º | 0.98% | 0.67% | - |
| XYZ | 20.77 | 32.32 | 5.26 | - |
| YUV | 133.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 4 | 0.37 | 0 | 0.98 | 0.33 | 82.63 | 0.95 | 0.34 |
| Hex | 6C | AB | 4 | 25 | 0 | 62 | 21 | 53 | 5F | 22 |
| Octal | 154 | 253 | 4 | 45 | 0 | 142 | 41 | 123 | 137 | 42 |
| Binary | 1101100 | 10101011 | 100 | 100101 | 0 | 1100010 | 100001 | 1010011 | 1011111 | 100010 |
Color Harmonies of #6CAB04
Complementary color
Monochromatic Colors of #6CAB04
Black with #6CAB04
Text Example
Text Example
White with #6CAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB04; }
p { color: rgb(108,171,4); }
H1.HeaderClassName
{
color: #6CAB04;
}
.AnyTagClassName
{
color: #6CAB04;
}
</style>
background-color css
<style>
a { background-color: #6CAB04; }
a { background-color: rgb(108,171,4); }
div.DivClassName
{
background-color: #6CAB04;
}
.BgClassName
{
background-color: #6CAB04;
}
</style>
border-color css
<style>
span { border-color: #6CAB04; }
span { border-color: rgb(108,171,4); }
td.TdClassName
{
border-color: #6CAB04;
}
.TagClassName
{
border-color: #6CAB04;
}
</style>