Shades of Olive Drab #6B8C26
Tints of Olive Drab #6B8C26
RGB
CMYK
RGB Variations
Color information
#6B8C26 (or 0x6B8C26) is known color: Olive Drab. HEX triplet: 6B, 8C and 26. RGB value is (107,140,38). Sum of RGB (Red+Green+Blue) = 107+140+38=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8C26 is #9473D9. Grayscale: #767676. Windows color (decimal): -9728986 or 2526315. OLE color: 2526315.
HSL color Cylindrical-coordinate representation of color #6B8C26: hue angle of 79.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B8C26 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 140 | 38 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.45 |
| HSL | 79.41º | 0.57% | 0.35% | - |
| HSV(B) | 79.41º | 0.73% | 0.55% | - |
| XYZ | 15.79 | 22.02 | 5.25 | - |
| YUV | 118.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 38 | 0.24 | 0 | 0.73 | 0.45 | 79.41 | 0.57 | 0.35 |
| Hex | 6B | 8C | 26 | 18 | 0 | 49 | 2D | 4F | 39 | 23 |
| Octal | 153 | 214 | 46 | 30 | 0 | 111 | 55 | 117 | 71 | 43 |
| Binary | 1101011 | 10001100 | 100110 | 11000 | 0 | 1001001 | 101101 | 1001111 | 111001 | 100011 |
Color Harmonies of #6B8C26
Complementary color
Monochromatic Colors of #6B8C26
Black with #6B8C26
Text Example
Text Example
White with #6B8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8C26; }
p { color: rgb(107,140,38); }
H1.HeaderClassName
{
color: #6B8C26;
}
.AnyTagClassName
{
color: #6B8C26;
}
</style>
background-color css
<style>
a { background-color: #6B8C26; }
a { background-color: rgb(107,140,38); }
div.DivClassName
{
background-color: #6B8C26;
}
.BgClassName
{
background-color: #6B8C26;
}
</style>
border-color css
<style>
span { border-color: #6B8C26; }
span { border-color: rgb(107,140,38); }
td.TdClassName
{
border-color: #6B8C26;
}
.TagClassName
{
border-color: #6B8C26;
}
</style>