#937E07

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

Shades of Olive #937E07

Tints of Olive #937E07

Color information

#937E07 (or 0x937E07) is unknown color: approx Olive. HEX triplet: 93, 7E and 07. RGB value is (147,126,7). Sum of RGB (Red+Green+Blue) = 147+126+7=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #937E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937E07 is #6C81F8. Grayscale: #777777. Windows color (decimal): -7111161 or 491155. OLE color: 491155.

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

Color convert

RGB1471267-
CMYK00.140.950.42
HSL51º90.91%30.2%-
HSV(B)51º95.24%57.65%-
XYZ19.5321.143.25-
YUV118.7164.96148.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=52.5%
G=45%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147126700.140.950.425190.9130.2
Hex937E70E5F2A335b1e
Octal2231767016137526313336
Binary100100111111110111011101011111101010110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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