Shades of Christi #6DBB0D
Tints of Christi #6DBB0D
RGB
CMYK
RGB Variations
Color information
#6DBB0D (or 0x6DBB0D) is known color: Christi. HEX triplet: 6D, BB and 0D. RGB value is (109,187,13). Sum of RGB (Red+Green+Blue) = 109+187+13=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBB0D is #9244F2. Grayscale: #909090. Windows color (decimal): -9585907 or 899949. OLE color: 899949.
HSL color Cylindrical-coordinate representation of color #6DBB0D: hue angle of 86.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DBB0D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 13 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.27 |
| HSL | 86.9º | 0.87% | 0.39% | - |
| HSV(B) | 86.9º | 0.93% | 0.73% | - |
| XYZ | 24.15 | 38.82 | 6.6 | - |
| YUV | 143.84 | 54.16 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 13 | 0.42 | 0 | 0.93 | 0.27 | 86.9 | 0.87 | 0.39 |
| Hex | 6D | BB | D | 2A | 0 | 5D | 1B | 57 | 57 | 27 |
| Octal | 155 | 273 | 15 | 52 | 0 | 135 | 33 | 127 | 127 | 47 |
| Binary | 1101101 | 10111011 | 1101 | 101010 | 0 | 1011101 | 11011 | 1010111 | 1010111 | 100111 |
Color Harmonies of #6DBB0D
Complementary color
Monochromatic Colors of #6DBB0D
Black with #6DBB0D
Text Example
Text Example
White with #6DBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB0D; }
p { color: rgb(109,187,13); }
H1.HeaderClassName
{
color: #6DBB0D;
}
.AnyTagClassName
{
color: #6DBB0D;
}
</style>
background-color css
<style>
a { background-color: #6DBB0D; }
a { background-color: rgb(109,187,13); }
div.DivClassName
{
background-color: #6DBB0D;
}
.BgClassName
{
background-color: #6DBB0D;
}
</style>
border-color css
<style>
span { border-color: #6DBB0D; }
span { border-color: rgb(109,187,13); }
td.TdClassName
{
border-color: #6DBB0D;
}
.TagClassName
{
border-color: #6DBB0D;
}
</style>