Shades of Christi #6BAE0D
Tints of Christi #6BAE0D
RGB
CMYK
RGB Variations
Color information
#6BAE0D (or 0x6BAE0D) is known color: Christi. HEX triplet: 6B, AE and 0D. RGB value is (107,174,13). Sum of RGB (Red+Green+Blue) = 107+174+13=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAE0D is #9451F2. Grayscale: #888888. Windows color (decimal): -9720307 or 896619. OLE color: 896619.
HSL color Cylindrical-coordinate representation of color #6BAE0D: hue angle of 84.97º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BAE0D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 13 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.32 |
| HSL | 84.97º | 0.86% | 0.37% | - |
| HSV(B) | 84.97º | 0.93% | 0.68% | - |
| XYZ | 21.27 | 33.43 | 5.71 | - |
| YUV | 135.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 13 | 0.39 | 0 | 0.93 | 0.32 | 84.97 | 0.86 | 0.37 |
| Hex | 6B | AE | D | 27 | 0 | 5D | 20 | 55 | 56 | 25 |
| Octal | 153 | 256 | 15 | 47 | 0 | 135 | 40 | 125 | 126 | 45 |
| Binary | 1101011 | 10101110 | 1101 | 100111 | 0 | 1011101 | 100000 | 1010101 | 1010110 | 100101 |
Color Harmonies of #6BAE0D
Complementary color
Monochromatic Colors of #6BAE0D
Black with #6BAE0D
Text Example
Text Example
White with #6BAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE0D; }
p { color: rgb(107,174,13); }
H1.HeaderClassName
{
color: #6BAE0D;
}
.AnyTagClassName
{
color: #6BAE0D;
}
</style>
background-color css
<style>
a { background-color: #6BAE0D; }
a { background-color: rgb(107,174,13); }
div.DivClassName
{
background-color: #6BAE0D;
}
.BgClassName
{
background-color: #6BAE0D;
}
</style>
border-color css
<style>
span { border-color: #6BAE0D; }
span { border-color: rgb(107,174,13); }
td.TdClassName
{
border-color: #6BAE0D;
}
.TagClassName
{
border-color: #6BAE0D;
}
</style>