#917E05

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

Shades of Olive #917E05

Tints of Olive #917E05

Color information

#917E05 (or 0x917E05) is unknown color: approx Olive. HEX triplet: 91, 7E and 05. RGB value is (145,126,5). Sum of RGB (Red+Green+Blue) = 145+126+5=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #917E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E05 is #6E81FA. Grayscale: #767676. Windows color (decimal): -7242235 or 360081. OLE color: 360081.

HSL color Cylindrical-coordinate representation of color #917E05: hue angle of 51.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #917E05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1451265-
CMYK00.130.970.43
HSL51.86º93.33%29.41%-
HSV(B)51.86º96.55%56.86%-
XYZ19.1720.953.18-
YUV117.8964.29147.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=52.54%
G=45.65%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145126500.130.970.4351.8693.3329.41
Hex917E50D612B345d1d
Octal2211765015141536413535
Binary100100011111110101011011100001101011110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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