Shades of Christi #6DB10F
Tints of Christi #6DB10F
RGB
CMYK
RGB Variations
Color information
#6DB10F (or 0x6DB10F) is known color: Christi. HEX triplet: 6D, B1 and 0F. RGB value is (109,177,15). Sum of RGB (Red+Green+Blue) = 109+177+15=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB10F is #924EF0. Grayscale: #8A8A8A. Windows color (decimal): -9588465 or 1028461. OLE color: 1028461.
HSL color Cylindrical-coordinate representation of color #6DB10F: hue angle of 85.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB10F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.31 |
| HSL | 85.19º | 0.84% | 0.38% | - |
| HSV(B) | 85.19º | 0.92% | 0.69% | - |
| XYZ | 22.12 | 34.73 | 5.99 | - |
| YUV | 138.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 15 | 0.38 | 0 | 0.92 | 0.31 | 85.19 | 0.84 | 0.38 |
| Hex | 6D | B1 | F | 26 | 0 | 5C | 1F | 55 | 54 | 26 |
| Octal | 155 | 261 | 17 | 46 | 0 | 134 | 37 | 125 | 124 | 46 |
| Binary | 1101101 | 10110001 | 1111 | 100110 | 0 | 1011100 | 11111 | 1010101 | 1010100 | 100110 |
Color Harmonies of #6DB10F
Complementary color
Monochromatic Colors of #6DB10F
Black with #6DB10F
Text Example
Text Example
White with #6DB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB10F; }
p { color: rgb(109,177,15); }
H1.HeaderClassName
{
color: #6DB10F;
}
.AnyTagClassName
{
color: #6DB10F;
}
</style>
background-color css
<style>
a { background-color: #6DB10F; }
a { background-color: rgb(109,177,15); }
div.DivClassName
{
background-color: #6DB10F;
}
.BgClassName
{
background-color: #6DB10F;
}
</style>
border-color css
<style>
span { border-color: #6DB10F; }
span { border-color: rgb(109,177,15); }
td.TdClassName
{
border-color: #6DB10F;
}
.TagClassName
{
border-color: #6DB10F;
}
</style>