Shades of Christi #6DAE0B
Tints of Christi #6DAE0B
RGB
CMYK
RGB Variations
Color information
#6DAE0B (or 0x6DAE0B) is known color: Christi. HEX triplet: 6D, AE and 0B. RGB value is (109,174,11). Sum of RGB (Red+Green+Blue) = 109+174+11=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE0B is #9251F4. Grayscale: #888888. Windows color (decimal): -9589237 or 765549. OLE color: 765549.
HSL color Cylindrical-coordinate representation of color #6DAE0B: hue angle of 83.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DAE0B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 11 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.32 |
| HSL | 83.93º | 0.88% | 0.36% | - |
| HSV(B) | 83.93º | 0.94% | 0.68% | - |
| XYZ | 21.5 | 33.55 | 5.66 | - |
| YUV | 135.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 11 | 0.37 | 0 | 0.94 | 0.32 | 83.93 | 0.88 | 0.36 |
| Hex | 6D | AE | B | 25 | 0 | 5E | 20 | 54 | 58 | 24 |
| Octal | 155 | 256 | 13 | 45 | 0 | 136 | 40 | 124 | 130 | 44 |
| Binary | 1101101 | 10101110 | 1011 | 100101 | 0 | 1011110 | 100000 | 1010100 | 1011000 | 100100 |
Color Harmonies of #6DAE0B
Complementary color
Monochromatic Colors of #6DAE0B
Black with #6DAE0B
Text Example
Text Example
White with #6DAE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE0B; }
p { color: rgb(109,174,11); }
H1.HeaderClassName
{
color: #6DAE0B;
}
.AnyTagClassName
{
color: #6DAE0B;
}
</style>
background-color css
<style>
a { background-color: #6DAE0B; }
a { background-color: rgb(109,174,11); }
div.DivClassName
{
background-color: #6DAE0B;
}
.BgClassName
{
background-color: #6DAE0B;
}
</style>
border-color css
<style>
span { border-color: #6DAE0B; }
span { border-color: rgb(109,174,11); }
td.TdClassName
{
border-color: #6DAE0B;
}
.TagClassName
{
border-color: #6DAE0B;
}
</style>