#957E05

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

Shades of Olive #957E05

Tints of Olive #957E05

Color information

#957E05 (or 0x957E05) is unknown color: approx Olive. HEX triplet: 95, 7E and 05. RGB value is (149,126,5). Sum of RGB (Red+Green+Blue) = 149+126+5=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #957E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E05 is #6A81FA. Grayscale: #777777. Windows color (decimal): -6980091 or 360085. OLE color: 360085.

HSL color Cylindrical-coordinate representation of color #957E05: hue angle of 50.42º degrees, saturation: 0.94, 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 #957E05 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491265-
CMYK00.150.970.42
HSL50.42º93.51%30.2%-
HSV(B)50.42º96.64%58.43%-
XYZ19.8821.323.21-
YUV119.0863.62149.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=53.21%
G=45%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149126500.150.970.4250.4293.5130.2
Hex957E50F612A325e1e
Octal2251765017141526213636
Binary100101011111110101011111100001101010110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957E05; }

 p { color: rgb(149,126,5); }

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

<style>
 a { background-color: #957E05; }

 a { background-color: rgb(149,126,5); }

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

<style>
 span { border-color: #957E05; }

 span { border-color: rgb(149,126,5); }

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