#937C06

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

Shades of Olive #937C06

Tints of Olive #937C06

Color information

#937C06 (or 0x937C06) is unknown color: approx Olive. HEX triplet: 93, 7C and 06. RGB value is (147,124,6). Sum of RGB (Red+Green+Blue) = 147+124+6=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #937C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937C06 is #6C83F9. Grayscale: #757575. Windows color (decimal): -7111674 or 425107. OLE color: 425107.

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

Color convert

RGB1471246-
CMYK00.160.960.42
HSL50.21º92.16%30%-
HSV(B)50.21º95.92%57.65%-
XYZ19.2720.633.14-
YUV117.4265.12149.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=53.07%
G=44.77%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147124600.160.960.4250.2192.1630
Hex937C6010602A325c1e
Octal2231746020140526213436
Binary1001001111111001100100001100000101010110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,6); }

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

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

 a { background-color: rgb(147,124,6); }

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

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

 span { border-color: rgb(147,124,6); }

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