Shades of Christi #6BB812
Tints of Christi #6BB812
RGB
CMYK
RGB Variations
Color information
#6BB812 (or 0x6BB812) is known color: Christi. HEX triplet: 6B, B8 and 12. RGB value is (107,184,18). Sum of RGB (Red+Green+Blue) = 107+184+18=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB812 is #9447ED. Grayscale: #8E8E8E. Windows color (decimal): -9717742 or 1226859. OLE color: 1226859.
HSL color Cylindrical-coordinate representation of color #6BB812: hue angle of 87.83º 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 #6BB812 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.28 |
| HSL | 87.83º | 0.82% | 0.4% | - |
| HSV(B) | 87.83º | 0.9% | 0.72% | - |
| XYZ | 23.31 | 37.45 | 6.57 | - |
| YUV | 142.05 | 57.99 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 18 | 0.42 | 0 | 0.90 | 0.28 | 87.83 | 0.82 | 0.4 |
| Hex | 6B | B8 | 12 | 2A | 0 | 5A | 1C | 58 | 52 | 28 |
| Octal | 153 | 270 | 22 | 52 | 0 | 132 | 34 | 130 | 122 | 50 |
| Binary | 1101011 | 10111000 | 10010 | 101010 | 0 | 1011010 | 11100 | 1011000 | 1010010 | 101000 |
Color Harmonies of #6BB812
Complementary color
Monochromatic Colors of #6BB812
Black with #6BB812
Text Example
Text Example
White with #6BB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB812; }
p { color: rgb(107,184,18); }
H1.HeaderClassName
{
color: #6BB812;
}
.AnyTagClassName
{
color: #6BB812;
}
</style>
background-color css
<style>
a { background-color: #6BB812; }
a { background-color: rgb(107,184,18); }
div.DivClassName
{
background-color: #6BB812;
}
.BgClassName
{
background-color: #6BB812;
}
</style>
border-color css
<style>
span { border-color: #6BB812; }
span { border-color: rgb(107,184,18); }
td.TdClassName
{
border-color: #6BB812;
}
.TagClassName
{
border-color: #6BB812;
}
</style>