Shades of Christi #6CB52F
Tints of Christi #6CB52F
RGB
CMYK
RGB Variations
Color information
#6CB52F (or 0x6CB52F) is known color: Christi. HEX triplet: 6C, B5 and 2F. RGB value is (108,181,47). Sum of RGB (Red+Green+Blue) = 108+181+47=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB52F is #934AD0. Grayscale: #909090. Windows color (decimal): -9652945 or 3126636. OLE color: 3126636.
HSL color Cylindrical-coordinate representation of color #6CB52F: hue angle of 92.69º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6CB52F is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 47 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.29 |
| HSL | 92.69º | 0.59% | 0.45% | - |
| HSV(B) | 92.69º | 0.74% | 0.71% | - |
| XYZ | 23.22 | 36.44 | 8.5 | - |
| YUV | 143.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 47 | 0.40 | 0 | 0.74 | 0.29 | 92.69 | 0.59 | 0.45 |
| Hex | 6C | B5 | 2F | 28 | 0 | 4A | 1D | 5D | 3B | 2D |
| Octal | 154 | 265 | 57 | 50 | 0 | 112 | 35 | 135 | 73 | 55 |
| Binary | 1101100 | 10110101 | 101111 | 101000 | 0 | 1001010 | 11101 | 1011101 | 111011 | 101101 |
Color Harmonies of #6CB52F
Complementary color
Monochromatic Colors of #6CB52F
Black with #6CB52F
Text Example
Text Example
White with #6CB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB52F; }
p { color: rgb(108,181,47); }
H1.HeaderClassName
{
color: #6CB52F;
}
.AnyTagClassName
{
color: #6CB52F;
}
</style>
background-color css
<style>
a { background-color: #6CB52F; }
a { background-color: rgb(108,181,47); }
div.DivClassName
{
background-color: #6CB52F;
}
.BgClassName
{
background-color: #6CB52F;
}
</style>
border-color css
<style>
span { border-color: #6CB52F; }
span { border-color: rgb(108,181,47); }
td.TdClassName
{
border-color: #6CB52F;
}
.TagClassName
{
border-color: #6CB52F;
}
</style>