Shades of Christi #6CB71B
Tints of Christi #6CB71B
RGB
CMYK
RGB Variations
Color information
#6CB71B (or 0x6CB71B) is known color: Christi. HEX triplet: 6C, B7 and 1B. RGB value is (108,183,27). Sum of RGB (Red+Green+Blue) = 108+183+27=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB71B is #9348E4. Grayscale: #8F8F8F. Windows color (decimal): -9652453 or 1816428. OLE color: 1816428.
HSL color Cylindrical-coordinate representation of color #6CB71B: hue angle of 88.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6CB71B is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 27 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.28 |
| HSL | 88.85º | 0.74% | 0.41% | - |
| HSV(B) | 88.85º | 0.85% | 0.72% | - |
| XYZ | 23.32 | 37.13 | 6.98 | - |
| YUV | 142.79 | 62.65 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 27 | 0.41 | 0 | 0.85 | 0.28 | 88.85 | 0.74 | 0.41 |
| Hex | 6C | B7 | 1B | 29 | 0 | 55 | 1C | 59 | 4A | 29 |
| Octal | 154 | 267 | 33 | 51 | 0 | 125 | 34 | 131 | 112 | 51 |
| Binary | 1101100 | 10110111 | 11011 | 101001 | 0 | 1010101 | 11100 | 1011001 | 1001010 | 101001 |
Color Harmonies of #6CB71B
Complementary color
Monochromatic Colors of #6CB71B
Black with #6CB71B
Text Example
Text Example
White with #6CB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB71B; }
p { color: rgb(108,183,27); }
H1.HeaderClassName
{
color: #6CB71B;
}
.AnyTagClassName
{
color: #6CB71B;
}
</style>
background-color css
<style>
a { background-color: #6CB71B; }
a { background-color: rgb(108,183,27); }
div.DivClassName
{
background-color: #6CB71B;
}
.BgClassName
{
background-color: #6CB71B;
}
</style>
border-color css
<style>
span { border-color: #6CB71B; }
span { border-color: rgb(108,183,27); }
td.TdClassName
{
border-color: #6CB71B;
}
.TagClassName
{
border-color: #6CB71B;
}
</style>