Shades of Christi #6BB912
Tints of Christi #6BB912
RGB
CMYK
RGB Variations
Color information
#6BB912 (or 0x6BB912) is known color: Christi. HEX triplet: 6B, B9 and 12. RGB value is (107,185,18). Sum of RGB (Red+Green+Blue) = 107+185+18=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB912 is #9446ED. Grayscale: #8F8F8F. Windows color (decimal): -9717486 or 1227115. OLE color: 1227115.
HSL color Cylindrical-coordinate representation of color #6BB912: hue angle of 88.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BB912 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 185 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.27 |
| HSL | 88.02º | 0.82% | 0.4% | - |
| HSV(B) | 88.02º | 0.9% | 0.73% | - |
| XYZ | 23.52 | 37.87 | 6.64 | - |
| YUV | 142.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 18 | 0.42 | 0 | 0.90 | 0.27 | 88.02 | 0.82 | 0.4 |
| Hex | 6B | B9 | 12 | 2A | 0 | 5A | 1B | 58 | 52 | 28 |
| Octal | 153 | 271 | 22 | 52 | 0 | 132 | 33 | 130 | 122 | 50 |
| Binary | 1101011 | 10111001 | 10010 | 101010 | 0 | 1011010 | 11011 | 1011000 | 1010010 | 101000 |
Color Harmonies of #6BB912
Complementary color
Monochromatic Colors of #6BB912
Black with #6BB912
Text Example
Text Example
White with #6BB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB912; }
p { color: rgb(107,185,18); }
H1.HeaderClassName
{
color: #6BB912;
}
.AnyTagClassName
{
color: #6BB912;
}
</style>
background-color css
<style>
a { background-color: #6BB912; }
a { background-color: rgb(107,185,18); }
div.DivClassName
{
background-color: #6BB912;
}
.BgClassName
{
background-color: #6BB912;
}
</style>
border-color css
<style>
span { border-color: #6BB912; }
span { border-color: rgb(107,185,18); }
td.TdClassName
{
border-color: #6BB912;
}
.TagClassName
{
border-color: #6BB912;
}
</style>