#937F05

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

Shades of Olive #937F05

Tints of Olive #937F05

Color information

#937F05 (or 0x937F05) is unknown color: approx Olive. HEX triplet: 93, 7F and 05. RGB value is (147,127,5). Sum of RGB (Red+Green+Blue) = 147+127+5=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #937F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937F05 is #6C80FA. Grayscale: #777777. Windows color (decimal): -7110907 or 360339. OLE color: 360339.

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

Color convert

RGB1471275-
CMYK00.140.970.42
HSL51.55º93.42%29.8%-
HSV(B)51.55º96.6%57.65%-
XYZ19.6521.393.24-
YUV119.0763.63147.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=52.69%
G=45.52%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147127500.140.970.4251.5593.4229.8
Hex937F50E612A345d1e
Octal2231775016141526413536
Binary100100111111111101011101100001101010110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,5); }

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

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

 a { background-color: rgb(147,127,5); }

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

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

 span { border-color: rgb(147,127,5); }

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