Shades of Christi #6DAB0B
Tints of Christi #6DAB0B
RGB
CMYK
RGB Variations
Color information
#6DAB0B (or 0x6DAB0B) is known color: Christi. HEX triplet: 6D, AB and 0B. RGB value is (109,171,11). Sum of RGB (Red+Green+Blue) = 109+171+11=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAB0B is #9254F4. Grayscale: #868686. Windows color (decimal): -9590005 or 764781. OLE color: 764781.
HSL color Cylindrical-coordinate representation of color #6DAB0B: hue angle of 83.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DAB0B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 11 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.33 |
| HSL | 83.25º | 0.88% | 0.36% | - |
| HSV(B) | 83.25º | 0.94% | 0.67% | - |
| XYZ | 20.93 | 32.4 | 5.47 | - |
| YUV | 134.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 11 | 0.36 | 0 | 0.94 | 0.33 | 83.25 | 0.88 | 0.36 |
| Hex | 6D | AB | B | 24 | 0 | 5E | 21 | 53 | 58 | 24 |
| Octal | 155 | 253 | 13 | 44 | 0 | 136 | 41 | 123 | 130 | 44 |
| Binary | 1101101 | 10101011 | 1011 | 100100 | 0 | 1011110 | 100001 | 1010011 | 1011000 | 100100 |
Color Harmonies of #6DAB0B
Complementary color
Monochromatic Colors of #6DAB0B
Black with #6DAB0B
Text Example
Text Example
White with #6DAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB0B; }
p { color: rgb(109,171,11); }
H1.HeaderClassName
{
color: #6DAB0B;
}
.AnyTagClassName
{
color: #6DAB0B;
}
</style>
background-color css
<style>
a { background-color: #6DAB0B; }
a { background-color: rgb(109,171,11); }
div.DivClassName
{
background-color: #6DAB0B;
}
.BgClassName
{
background-color: #6DAB0B;
}
</style>
border-color css
<style>
span { border-color: #6DAB0B; }
span { border-color: rgb(109,171,11); }
td.TdClassName
{
border-color: #6DAB0B;
}
.TagClassName
{
border-color: #6DAB0B;
}
</style>