Shades of Olive #968908
Tints of Olive #968908
RGB
CMYK
RGB Variations
Color information
#968908 (or 0x968908) is known color: Olive. HEX triplet: 96, 89 and 08. RGB value is (150,137,8). Sum of RGB (Red+Green+Blue) = 150+137+8=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968908 is #6976F7. Grayscale: #7E7E7E. Windows color (decimal): -6911736 or 559510. OLE color: 559510.
HSL color Cylindrical-coordinate representation of color #968908: hue angle of 54.51º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #968908 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.41 |
| HSL | 54.51º | 0.9% | 0.31% | - |
| HSV(B) | 54.51º | 0.95% | 0.59% | - |
| XYZ | 21.57 | 24.39 | 3.8 | - |
| YUV | 126.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 8 | 0 | 0.09 | 0.95 | 0.41 | 54.51 | 0.9 | 0.31 |
| Hex | 96 | 89 | 8 | 0 | 9 | 5F | 29 | 37 | 5A | 1F |
| Octal | 226 | 211 | 10 | 0 | 11 | 137 | 51 | 67 | 132 | 37 |
| Binary | 10010110 | 10001001 | 1000 | 0 | 1001 | 1011111 | 101001 | 110111 | 1011010 | 11111 |
Color Harmonies of #968908
Complementary color
Monochromatic Colors of #968908
Black with #968908
Text Example
Text Example
White with #968908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968908; }
p { color: rgb(150,137,8); }
H1.HeaderClassName
{
color: #968908;
}
.AnyTagClassName
{
color: #968908;
}
</style>
background-color css
<style>
a { background-color: #968908; }
a { background-color: rgb(150,137,8); }
div.DivClassName
{
background-color: #968908;
}
.BgClassName
{
background-color: #968908;
}
</style>
border-color css
<style>
span { border-color: #968908; }
span { border-color: rgb(150,137,8); }
td.TdClassName
{
border-color: #968908;
}
.TagClassName
{
border-color: #968908;
}
</style>