#937E0A

Color #937E0A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #937E0A

Tints of Olive #937E0A

Color information

#937E0A (or 0x937E0A) is unknown color: approx Olive. HEX triplet: 93, 7E and 0A. RGB value is (147,126,10). Sum of RGB (Red+Green+Blue) = 147+126+10=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #937E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937E0A is #6C81F5. Grayscale: #777777. Windows color (decimal): -7111158 or 687763. OLE color: 687763.

HSL color Cylindrical-coordinate representation of color #937E0A: hue angle of 50.8º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #937E0A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14712610-
CMYK00.140.930.42
HSL50.8º87.26%30.78%-
HSV(B)50.8º93.2%57.65%-
XYZ19.5521.153.34-
YUV119.0666.46147.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=51.94%
G=44.52%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471261000.140.930.4250.887.2630.78
Hex937EA0E5D2A33571f
Octal22317612016135526312737
Binary1001001111111101010011101011101101010110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E0A; }

 p { color: rgb(147,126,10); }

 H1.HeaderClassName
 {
   color: #937E0A;
 }
 .AnyTagClassName
 {
   color: #937E0A;
 }
</style>
background-color css

<style>
 a { background-color: #937E0A; }

 a { background-color: rgb(147,126,10); }

 div.DivClassName
 {
   background-color: #937E0A;
 }
 .BgClassName
 {
   background-color: #937E0A;
 }
</style>
border-color css

<style>
 span { border-color: #937E0A; }

 span { border-color: rgb(147,126,10); }

 td.TdClassName
 {
   border-color: #937E0A;
 }
 .TagClassName
 {
   border-color: #937E0A;
 }
</style>