Shades of Olive #737A08
Tints of Olive #737A08
RGB
CMYK
RGB Variations
Color information
#737A08 (or 0x737A08) is known color: Olive. HEX triplet: 73, 7A and 08. RGB value is (115,122,8). Sum of RGB (Red+Green+Blue) = 115+122+8=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #737A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737A08 is #8C85F7. Grayscale: #6B6B6B. Windows color (decimal): -9209336 or 555635. OLE color: 555635.
HSL color Cylindrical-coordinate representation of color #737A08: hue angle of 63.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #737A08 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 8 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.52 |
| HSL | 63.68º | 0.88% | 0.25% | - |
| HSV(B) | 63.68º | 0.93% | 0.48% | - |
| XYZ | 14.07 | 17.58 | 2.88 | - |
| YUV | 106.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 8 | 0.06 | 0 | 0.93 | 0.52 | 63.68 | 0.88 | 0.25 |
| Hex | 73 | 7A | 8 | 6 | 0 | 5D | 34 | 40 | 58 | 19 |
| Octal | 163 | 172 | 10 | 6 | 0 | 135 | 64 | 100 | 130 | 31 |
| Binary | 1110011 | 1111010 | 1000 | 110 | 0 | 1011101 | 110100 | 1000000 | 1011000 | 11001 |
Color Harmonies of #737A08
Complementary color
Monochromatic Colors of #737A08
Black with #737A08
Text Example
Text Example
White with #737A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A08; }
p { color: rgb(115,122,8); }
H1.HeaderClassName
{
color: #737A08;
}
.AnyTagClassName
{
color: #737A08;
}
</style>
background-color css
<style>
a { background-color: #737A08; }
a { background-color: rgb(115,122,8); }
div.DivClassName
{
background-color: #737A08;
}
.BgClassName
{
background-color: #737A08;
}
</style>
border-color css
<style>
span { border-color: #737A08; }
span { border-color: rgb(115,122,8); }
td.TdClassName
{
border-color: #737A08;
}
.TagClassName
{
border-color: #737A08;
}
</style>