#937B01

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

Shades of Olive #937B01

Tints of Olive #937B01

Color information

#937B01 (or 0x937B01) is unknown color: approx Olive. HEX triplet: 93, 7B and 01. RGB value is (147,123,1). Sum of RGB (Red+Green+Blue) = 147+123+1=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #937B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B01 is #6C84FE. Grayscale: #747474. Windows color (decimal): -7111935 or 97171. OLE color: 97171.

HSL color Cylindrical-coordinate representation of color #937B01: hue angle of 50.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #937B01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1471231-
CMYK00.160.990.42
HSL50.14º98.65%29.02%-
HSV(B)50.14º99.32%57.65%-
XYZ19.1220.372.95-
YUV116.2762.95149.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=54.24%
G=45.39%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147123100.160.990.4250.1498.6529.02
Hex937B1010632A32631d
Octal2231731020143526214335
Binary10010011111101110100001100011101010110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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