Shades of Christi #6CA40B
Tints of Christi #6CA40B
RGB
CMYK
RGB Variations
Color information
#6CA40B (or 0x6CA40B) is known color: Christi. HEX triplet: 6C, A4 and 0B. RGB value is (108,164,11). Sum of RGB (Red+Green+Blue) = 108+164+11=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA40B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA40B is #935BF4. Grayscale: #828282. Windows color (decimal): -9657333 or 762988. OLE color: 762988.
HSL color Cylindrical-coordinate representation of color #6CA40B: hue angle of 81.96º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CA40B is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 11 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.36 |
| HSL | 81.96º | 0.87% | 0.34% | - |
| HSV(B) | 81.96º | 0.93% | 0.64% | - |
| XYZ | 19.52 | 29.76 | 5.03 | - |
| YUV | 129.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 11 | 0.34 | 0 | 0.93 | 0.36 | 81.96 | 0.87 | 0.34 |
| Hex | 6C | A4 | B | 22 | 0 | 5D | 24 | 52 | 57 | 22 |
| Octal | 154 | 244 | 13 | 42 | 0 | 135 | 44 | 122 | 127 | 42 |
| Binary | 1101100 | 10100100 | 1011 | 100010 | 0 | 1011101 | 100100 | 1010010 | 1010111 | 100010 |
Color Harmonies of #6CA40B
Complementary color
Monochromatic Colors of #6CA40B
Black with #6CA40B
Text Example
Text Example
White with #6CA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA40B; }
p { color: rgb(108,164,11); }
H1.HeaderClassName
{
color: #6CA40B;
}
.AnyTagClassName
{
color: #6CA40B;
}
</style>
background-color css
<style>
a { background-color: #6CA40B; }
a { background-color: rgb(108,164,11); }
div.DivClassName
{
background-color: #6CA40B;
}
.BgClassName
{
background-color: #6CA40B;
}
</style>
border-color css
<style>
span { border-color: #6CA40B; }
span { border-color: rgb(108,164,11); }
td.TdClassName
{
border-color: #6CA40B;
}
.TagClassName
{
border-color: #6CA40B;
}
</style>