Shades of Christi #6DBD0A
Tints of Christi #6DBD0A
RGB
CMYK
RGB Variations
Color information
#6DBD0A (or 0x6DBD0A) is known color: Christi. HEX triplet: 6D, BD and 0A. RGB value is (109,189,10). Sum of RGB (Red+Green+Blue) = 109+189+10=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD0A is #9242F5. Grayscale: #919191. Windows color (decimal): -9585398 or 703853. OLE color: 703853.
HSL color Cylindrical-coordinate representation of color #6DBD0A: hue angle of 86.82º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DBD0A is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 10 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.26 |
| HSL | 86.82º | 0.9% | 0.39% | - |
| HSV(B) | 86.82º | 0.95% | 0.74% | - |
| XYZ | 24.56 | 39.67 | 6.65 | - |
| YUV | 144.67 | 52 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 10 | 0.42 | 0 | 0.95 | 0.26 | 86.82 | 0.9 | 0.39 |
| Hex | 6D | BD | A | 2A | 0 | 5F | 1A | 57 | 5A | 27 |
| Octal | 155 | 275 | 12 | 52 | 0 | 137 | 32 | 127 | 132 | 47 |
| Binary | 1101101 | 10111101 | 1010 | 101010 | 0 | 1011111 | 11010 | 1010111 | 1011010 | 100111 |
Color Harmonies of #6DBD0A
Complementary color
Monochromatic Colors of #6DBD0A
Black with #6DBD0A
Text Example
Text Example
White with #6DBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD0A; }
p { color: rgb(109,189,10); }
H1.HeaderClassName
{
color: #6DBD0A;
}
.AnyTagClassName
{
color: #6DBD0A;
}
</style>
background-color css
<style>
a { background-color: #6DBD0A; }
a { background-color: rgb(109,189,10); }
div.DivClassName
{
background-color: #6DBD0A;
}
.BgClassName
{
background-color: #6DBD0A;
}
</style>
border-color css
<style>
span { border-color: #6DBD0A; }
span { border-color: rgb(109,189,10); }
td.TdClassName
{
border-color: #6DBD0A;
}
.TagClassName
{
border-color: #6DBD0A;
}
</style>