Shades of Christi #6DBD0B
Tints of Christi #6DBD0B
RGB
CMYK
RGB Variations
Color information
#6DBD0B (or 0x6DBD0B) is known color: Christi. HEX triplet: 6D, BD and 0B. RGB value is (109,189,11). Sum of RGB (Red+Green+Blue) = 109+189+11=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD0B is #9242F4. Grayscale: #919191. Windows color (decimal): -9585397 or 769389. OLE color: 769389.
HSL color Cylindrical-coordinate representation of color #6DBD0B: hue angle of 86.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DBD0B is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 11 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.26 |
| HSL | 86.97º | 0.89% | 0.39% | - |
| HSV(B) | 86.97º | 0.94% | 0.74% | - |
| XYZ | 24.56 | 39.67 | 6.68 | - |
| YUV | 144.79 | 52.5 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 11 | 0.42 | 0 | 0.94 | 0.26 | 86.97 | 0.89 | 0.39 |
| Hex | 6D | BD | B | 2A | 0 | 5E | 1A | 57 | 59 | 27 |
| Octal | 155 | 275 | 13 | 52 | 0 | 136 | 32 | 127 | 131 | 47 |
| Binary | 1101101 | 10111101 | 1011 | 101010 | 0 | 1011110 | 11010 | 1010111 | 1011001 | 100111 |
Color Harmonies of #6DBD0B
Complementary color
Monochromatic Colors of #6DBD0B
Black with #6DBD0B
Text Example
Text Example
White with #6DBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD0B; }
p { color: rgb(109,189,11); }
H1.HeaderClassName
{
color: #6DBD0B;
}
.AnyTagClassName
{
color: #6DBD0B;
}
</style>
background-color css
<style>
a { background-color: #6DBD0B; }
a { background-color: rgb(109,189,11); }
div.DivClassName
{
background-color: #6DBD0B;
}
.BgClassName
{
background-color: #6DBD0B;
}
</style>
border-color css
<style>
span { border-color: #6DBD0B; }
span { border-color: rgb(109,189,11); }
td.TdClassName
{
border-color: #6DBD0B;
}
.TagClassName
{
border-color: #6DBD0B;
}
</style>