Shades of Christi #6CB812
Tints of Christi #6CB812
RGB
CMYK
RGB Variations
Color information
#6CB812 (or 0x6CB812) is known color: Christi. HEX triplet: 6C, B8 and 12. RGB value is (108,184,18). Sum of RGB (Red+Green+Blue) = 108+184+18=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB812 is #9347ED. Grayscale: #8E8E8E. Windows color (decimal): -9652206 or 1226860. OLE color: 1226860.
HSL color Cylindrical-coordinate representation of color #6CB812: hue angle of 87.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CB812 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 18 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.28 |
| HSL | 87.47º | 0.82% | 0.4% | - |
| HSV(B) | 87.47º | 0.9% | 0.72% | - |
| XYZ | 23.43 | 37.51 | 6.58 | - |
| YUV | 142.35 | 57.82 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 18 | 0.41 | 0 | 0.90 | 0.28 | 87.47 | 0.82 | 0.4 |
| Hex | 6C | B8 | 12 | 29 | 0 | 5A | 1C | 57 | 52 | 28 |
| Octal | 154 | 270 | 22 | 51 | 0 | 132 | 34 | 127 | 122 | 50 |
| Binary | 1101100 | 10111000 | 10010 | 101001 | 0 | 1011010 | 11100 | 1010111 | 1010010 | 101000 |
Color Harmonies of #6CB812
Complementary color
Monochromatic Colors of #6CB812
Black with #6CB812
Text Example
Text Example
White with #6CB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB812; }
p { color: rgb(108,184,18); }
H1.HeaderClassName
{
color: #6CB812;
}
.AnyTagClassName
{
color: #6CB812;
}
</style>
background-color css
<style>
a { background-color: #6CB812; }
a { background-color: rgb(108,184,18); }
div.DivClassName
{
background-color: #6CB812;
}
.BgClassName
{
background-color: #6CB812;
}
</style>
border-color css
<style>
span { border-color: #6CB812; }
span { border-color: rgb(108,184,18); }
td.TdClassName
{
border-color: #6CB812;
}
.TagClassName
{
border-color: #6CB812;
}
</style>