Shades of Christi #6BB80B
Tints of Christi #6BB80B
RGB
CMYK
RGB Variations
Color information
#6BB80B (or 0x6BB80B) is known color: Christi. HEX triplet: 6B, B8 and 0B. RGB value is (107,184,11). Sum of RGB (Red+Green+Blue) = 107+184+11=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB80B is #9447F4. Grayscale: #8D8D8D. Windows color (decimal): -9717749 or 768107. OLE color: 768107.
HSL color Cylindrical-coordinate representation of color #6BB80B: hue angle of 86.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BB80B is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 11 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.28 |
| HSL | 86.71º | 0.89% | 0.38% | - |
| HSV(B) | 86.71º | 0.94% | 0.72% | - |
| XYZ | 23.26 | 37.43 | 6.32 | - |
| YUV | 141.26 | 54.49 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 11 | 0.42 | 0 | 0.94 | 0.28 | 86.71 | 0.89 | 0.38 |
| Hex | 6B | B8 | B | 2A | 0 | 5E | 1C | 57 | 59 | 26 |
| Octal | 153 | 270 | 13 | 52 | 0 | 136 | 34 | 127 | 131 | 46 |
| Binary | 1101011 | 10111000 | 1011 | 101010 | 0 | 1011110 | 11100 | 1010111 | 1011001 | 100110 |
Color Harmonies of #6BB80B
Complementary color
Monochromatic Colors of #6BB80B
Black with #6BB80B
Text Example
Text Example
White with #6BB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB80B; }
p { color: rgb(107,184,11); }
H1.HeaderClassName
{
color: #6BB80B;
}
.AnyTagClassName
{
color: #6BB80B;
}
</style>
background-color css
<style>
a { background-color: #6BB80B; }
a { background-color: rgb(107,184,11); }
div.DivClassName
{
background-color: #6BB80B;
}
.BgClassName
{
background-color: #6BB80B;
}
</style>
border-color css
<style>
span { border-color: #6BB80B; }
span { border-color: rgb(107,184,11); }
td.TdClassName
{
border-color: #6BB80B;
}
.TagClassName
{
border-color: #6BB80B;
}
</style>