#937B0A

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

Shades of Olive #937B0A

Tints of Olive #937B0A

Color information

#937B0A (or 0x937B0A) is unknown color: approx Olive. HEX triplet: 93, 7B and 0A. RGB value is (147,123,10). Sum of RGB (Red+Green+Blue) = 147+123+10=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #937B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B0A is #6C84F5. Grayscale: #757575. Windows color (decimal): -7111926 or 686995. OLE color: 686995.

HSL color Cylindrical-coordinate representation of color #937B0A: hue angle of 49.49º 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 #937B0A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14712310-
CMYK00.160.930.42
HSL49.49º87.26%30.78%-
HSV(B)49.49º93.2%57.65%-
XYZ19.1720.393.21-
YUV117.2967.45149.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 10 (4.30% from 255) = 3.57%
R=52.5%
G=43.93%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471231000.160.930.4249.4987.2630.78
Hex937BA0105D2A31571f
Octal22317312020135526112737
Binary10010011111101110100100001011101101010110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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