Shades of Christi #6DB010
Tints of Christi #6DB010
RGB
CMYK
RGB Variations
Color information
#6DB010 (or 0x6DB010) is known color: Christi. HEX triplet: 6D, B0 and 10. RGB value is (109,176,16). Sum of RGB (Red+Green+Blue) = 109+176+16=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB010 is #924FEF. Grayscale: #8A8A8A. Windows color (decimal): -9588720 or 1093741. OLE color: 1093741.
HSL color Cylindrical-coordinate representation of color #6DB010: hue angle of 85.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DB010 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 16 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.31 |
| HSL | 85.13º | 0.83% | 0.38% | - |
| HSV(B) | 85.13º | 0.91% | 0.69% | - |
| XYZ | 21.93 | 34.34 | 5.96 | - |
| YUV | 137.73 | 59.3 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 16 | 0.38 | 0 | 0.91 | 0.31 | 85.13 | 0.83 | 0.38 |
| Hex | 6D | B0 | 10 | 26 | 0 | 5B | 1F | 55 | 53 | 26 |
| Octal | 155 | 260 | 20 | 46 | 0 | 133 | 37 | 125 | 123 | 46 |
| Binary | 1101101 | 10110000 | 10000 | 100110 | 0 | 1011011 | 11111 | 1010101 | 1010011 | 100110 |
Color Harmonies of #6DB010
Complementary color
Monochromatic Colors of #6DB010
Black with #6DB010
Text Example
Text Example
White with #6DB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB010; }
p { color: rgb(109,176,16); }
H1.HeaderClassName
{
color: #6DB010;
}
.AnyTagClassName
{
color: #6DB010;
}
</style>
background-color css
<style>
a { background-color: #6DB010; }
a { background-color: rgb(109,176,16); }
div.DivClassName
{
background-color: #6DB010;
}
.BgClassName
{
background-color: #6DB010;
}
</style>
border-color css
<style>
span { border-color: #6DB010; }
span { border-color: rgb(109,176,16); }
td.TdClassName
{
border-color: #6DB010;
}
.TagClassName
{
border-color: #6DB010;
}
</style>