Shades of Olive #6B8508
Tints of Olive #6B8508
RGB
CMYK
RGB Variations
Color information
#6B8508 (or 0x6B8508) is known color: Olive. HEX triplet: 6B, 85 and 08. RGB value is (107,133,8). Sum of RGB (Red+Green+Blue) = 107+133+8=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8508 is #947AF7. Grayscale: #6F6F6F. Windows color (decimal): -9730808 or 558443. OLE color: 558443.
HSL color Cylindrical-coordinate representation of color #6B8508: hue angle of 72.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B8508 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 8 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.48 |
| HSL | 72.48º | 0.89% | 0.28% | - |
| HSV(B) | 72.48º | 0.94% | 0.52% | - |
| XYZ | 14.49 | 19.92 | 3.31 | - |
| YUV | 110.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 8 | 0.20 | 0 | 0.94 | 0.48 | 72.48 | 0.89 | 0.28 |
| Hex | 6B | 85 | 8 | 14 | 0 | 5E | 30 | 48 | 59 | 1C |
| Octal | 153 | 205 | 10 | 24 | 0 | 136 | 60 | 110 | 131 | 34 |
| Binary | 1101011 | 10000101 | 1000 | 10100 | 0 | 1011110 | 110000 | 1001000 | 1011001 | 11100 |
Color Harmonies of #6B8508
Complementary color
Monochromatic Colors of #6B8508
Black with #6B8508
Text Example
Text Example
White with #6B8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8508; }
p { color: rgb(107,133,8); }
H1.HeaderClassName
{
color: #6B8508;
}
.AnyTagClassName
{
color: #6B8508;
}
</style>
background-color css
<style>
a { background-color: #6B8508; }
a { background-color: rgb(107,133,8); }
div.DivClassName
{
background-color: #6B8508;
}
.BgClassName
{
background-color: #6B8508;
}
</style>
border-color css
<style>
span { border-color: #6B8508; }
span { border-color: rgb(107,133,8); }
td.TdClassName
{
border-color: #6B8508;
}
.TagClassName
{
border-color: #6B8508;
}
</style>