Shades of Christi #6CB42B
Tints of Christi #6CB42B
RGB
CMYK
RGB Variations
Color information
#6CB42B (or 0x6CB42B) is known color: Christi. HEX triplet: 6C, B4 and 2B. RGB value is (108,180,43). Sum of RGB (Red+Green+Blue) = 108+180+43=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB42B is #934BD4. Grayscale: #8F8F8F. Windows color (decimal): -9653205 or 2864236. OLE color: 2864236.
HSL color Cylindrical-coordinate representation of color #6CB42B: hue angle of 91.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CB42B is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 43 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.29 |
| HSL | 91.53º | 0.61% | 0.44% | - |
| HSV(B) | 91.53º | 0.76% | 0.71% | - |
| XYZ | 22.94 | 36.01 | 8.03 | - |
| YUV | 142.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 43 | 0.40 | 0 | 0.76 | 0.29 | 91.53 | 0.61 | 0.44 |
| Hex | 6C | B4 | 2B | 28 | 0 | 4C | 1D | 5C | 3D | 2C |
| Octal | 154 | 264 | 53 | 50 | 0 | 114 | 35 | 134 | 75 | 54 |
| Binary | 1101100 | 10110100 | 101011 | 101000 | 0 | 1001100 | 11101 | 1011100 | 111101 | 101100 |
Color Harmonies of #6CB42B
Complementary color
Monochromatic Colors of #6CB42B
Black with #6CB42B
Text Example
Text Example
White with #6CB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB42B; }
p { color: rgb(108,180,43); }
H1.HeaderClassName
{
color: #6CB42B;
}
.AnyTagClassName
{
color: #6CB42B;
}
</style>
background-color css
<style>
a { background-color: #6CB42B; }
a { background-color: rgb(108,180,43); }
div.DivClassName
{
background-color: #6CB42B;
}
.BgClassName
{
background-color: #6CB42B;
}
</style>
border-color css
<style>
span { border-color: #6CB42B; }
span { border-color: rgb(108,180,43); }
td.TdClassName
{
border-color: #6CB42B;
}
.TagClassName
{
border-color: #6CB42B;
}
</style>