Shades of Olive #737B05
Tints of Olive #737B05
RGB
CMYK
RGB Variations
Color information
#737B05 (or 0x737B05) is known color: Olive. HEX triplet: 73, 7B and 05. RGB value is (115,123,5). Sum of RGB (Red+Green+Blue) = 115+123+5=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #737B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737B05 is #8C84FA. Grayscale: #6B6B6B. Windows color (decimal): -9209083 or 359283. OLE color: 359283.
HSL color Cylindrical-coordinate representation of color #737B05: hue angle of 64.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #737B05 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 123 | 5 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.52 |
| HSL | 64.07º | 0.92% | 0.25% | - |
| HSV(B) | 64.07º | 0.96% | 0.48% | - |
| XYZ | 14.18 | 17.82 | 2.84 | - |
| YUV | 107.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 5 | 0.07 | 0 | 0.96 | 0.52 | 64.07 | 0.92 | 0.25 |
| Hex | 73 | 7B | 5 | 7 | 0 | 60 | 34 | 40 | 5C | 19 |
| Octal | 163 | 173 | 5 | 7 | 0 | 140 | 64 | 100 | 134 | 31 |
| Binary | 1110011 | 1111011 | 101 | 111 | 0 | 1100000 | 110100 | 1000000 | 1011100 | 11001 |
Color Harmonies of #737B05
Complementary color
Monochromatic Colors of #737B05
Black with #737B05
Text Example
Text Example
White with #737B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B05; }
p { color: rgb(115,123,5); }
H1.HeaderClassName
{
color: #737B05;
}
.AnyTagClassName
{
color: #737B05;
}
</style>
background-color css
<style>
a { background-color: #737B05; }
a { background-color: rgb(115,123,5); }
div.DivClassName
{
background-color: #737B05;
}
.BgClassName
{
background-color: #737B05;
}
</style>
border-color css
<style>
span { border-color: #737B05; }
span { border-color: rgb(115,123,5); }
td.TdClassName
{
border-color: #737B05;
}
.TagClassName
{
border-color: #737B05;
}
</style>