Shades of Christi #6DAF0E
Tints of Christi #6DAF0E
RGB
CMYK
RGB Variations
Color information
#6DAF0E (or 0x6DAF0E) is known color: Christi. HEX triplet: 6D, AF and 0E. RGB value is (109,175,14). Sum of RGB (Red+Green+Blue) = 109+175+14=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAF0E is #9250F1. Grayscale: #898989. Windows color (decimal): -9588978 or 962413. OLE color: 962413.
HSL color Cylindrical-coordinate representation of color #6DAF0E: hue angle of 84.6º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DAF0E is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 14 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.31 |
| HSL | 84.6º | 0.85% | 0.37% | - |
| HSV(B) | 84.6º | 0.92% | 0.69% | - |
| XYZ | 21.72 | 33.94 | 5.82 | - |
| YUV | 136.91 | 58.63 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 14 | 0.38 | 0 | 0.92 | 0.31 | 84.6 | 0.85 | 0.37 |
| Hex | 6D | AF | E | 26 | 0 | 5C | 1F | 55 | 55 | 25 |
| Octal | 155 | 257 | 16 | 46 | 0 | 134 | 37 | 125 | 125 | 45 |
| Binary | 1101101 | 10101111 | 1110 | 100110 | 0 | 1011100 | 11111 | 1010101 | 1010101 | 100101 |
Color Harmonies of #6DAF0E
Complementary color
Monochromatic Colors of #6DAF0E
Black with #6DAF0E
Text Example
Text Example
White with #6DAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF0E; }
p { color: rgb(109,175,14); }
H1.HeaderClassName
{
color: #6DAF0E;
}
.AnyTagClassName
{
color: #6DAF0E;
}
</style>
background-color css
<style>
a { background-color: #6DAF0E; }
a { background-color: rgb(109,175,14); }
div.DivClassName
{
background-color: #6DAF0E;
}
.BgClassName
{
background-color: #6DAF0E;
}
</style>
border-color css
<style>
span { border-color: #6DAF0E; }
span { border-color: rgb(109,175,14); }
td.TdClassName
{
border-color: #6DAF0E;
}
.TagClassName
{
border-color: #6DAF0E;
}
</style>