Shades of Christi #6DBD0D
Tints of Christi #6DBD0D
RGB
CMYK
RGB Variations
Color information
#6DBD0D (or 0x6DBD0D) is known color: Christi. HEX triplet: 6D, BD and 0D. RGB value is (109,189,13). Sum of RGB (Red+Green+Blue) = 109+189+13=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD0D is #9242F2. Grayscale: #919191. Windows color (decimal): -9585395 or 900461. OLE color: 900461.
HSL color Cylindrical-coordinate representation of color #6DBD0D: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DBD0D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 13 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.26 |
| HSL | 87.27º | 0.87% | 0.4% | - |
| HSV(B) | 87.27º | 0.93% | 0.74% | - |
| XYZ | 24.58 | 39.68 | 6.74 | - |
| YUV | 145.02 | 53.5 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 13 | 0.42 | 0 | 0.93 | 0.26 | 87.27 | 0.87 | 0.4 |
| Hex | 6D | BD | D | 2A | 0 | 5D | 1A | 57 | 57 | 28 |
| Octal | 155 | 275 | 15 | 52 | 0 | 135 | 32 | 127 | 127 | 50 |
| Binary | 1101101 | 10111101 | 1101 | 101010 | 0 | 1011101 | 11010 | 1010111 | 1010111 | 101000 |
Color Harmonies of #6DBD0D
Complementary color
Monochromatic Colors of #6DBD0D
Black with #6DBD0D
Text Example
Text Example
White with #6DBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD0D; }
p { color: rgb(109,189,13); }
H1.HeaderClassName
{
color: #6DBD0D;
}
.AnyTagClassName
{
color: #6DBD0D;
}
</style>
background-color css
<style>
a { background-color: #6DBD0D; }
a { background-color: rgb(109,189,13); }
div.DivClassName
{
background-color: #6DBD0D;
}
.BgClassName
{
background-color: #6DBD0D;
}
</style>
border-color css
<style>
span { border-color: #6DBD0D; }
span { border-color: rgb(109,189,13); }
td.TdClassName
{
border-color: #6DBD0D;
}
.TagClassName
{
border-color: #6DBD0D;
}
</style>