Shades of Christi #6BB712
Tints of Christi #6BB712
RGB
CMYK
RGB Variations
Color information
#6BB712 (or 0x6BB712) is known color: Christi. HEX triplet: 6B, B7 and 12. RGB value is (107,183,18). Sum of RGB (Red+Green+Blue) = 107+183+18=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #6BB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB712 is #9448ED. Grayscale: #8E8E8E. Windows color (decimal): -9717998 or 1226603. OLE color: 1226603.
HSL color Cylindrical-coordinate representation of color #6BB712: hue angle of 87.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BB712 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 183 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.28 |
| HSL | 87.64º | 0.82% | 0.39% | - |
| HSV(B) | 87.64º | 0.9% | 0.72% | - |
| XYZ | 23.11 | 37.04 | 6.5 | - |
| YUV | 141.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 18 | 0.42 | 0 | 0.90 | 0.28 | 87.64 | 0.82 | 0.39 |
| Hex | 6B | B7 | 12 | 2A | 0 | 5A | 1C | 58 | 52 | 27 |
| Octal | 153 | 267 | 22 | 52 | 0 | 132 | 34 | 130 | 122 | 47 |
| Binary | 1101011 | 10110111 | 10010 | 101010 | 0 | 1011010 | 11100 | 1011000 | 1010010 | 100111 |
Color Harmonies of #6BB712
Complementary color
Monochromatic Colors of #6BB712
Black with #6BB712
Text Example
Text Example
White with #6BB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB712; }
p { color: rgb(107,183,18); }
H1.HeaderClassName
{
color: #6BB712;
}
.AnyTagClassName
{
color: #6BB712;
}
</style>
background-color css
<style>
a { background-color: #6BB712; }
a { background-color: rgb(107,183,18); }
div.DivClassName
{
background-color: #6BB712;
}
.BgClassName
{
background-color: #6BB712;
}
</style>
border-color css
<style>
span { border-color: #6BB712; }
span { border-color: rgb(107,183,18); }
td.TdClassName
{
border-color: #6BB712;
}
.TagClassName
{
border-color: #6BB712;
}
</style>