#917E02

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

Shades of Olive #917E02

Tints of Olive #917E02

Color information

#917E02 (or 0x917E02) is unknown color: approx Olive. HEX triplet: 91, 7E and 02. RGB value is (145,126,2). Sum of RGB (Red+Green+Blue) = 145+126+2=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #917E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E02 is #6E81FD. Grayscale: #767676. Windows color (decimal): -7242238 or 163473. OLE color: 163473.

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

Color convert

RGB1451262-
CMYK00.130.990.43
HSL52.03º97.28%28.82%-
HSV(B)52.03º98.62%56.86%-
XYZ19.1520.953.09-
YUV117.5462.79147.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=53.11%
G=46.15%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145126200.130.990.4352.0397.2828.82
Hex917E20D632B34611d
Octal2211762015143536414135
Binary10010001111111010011011100011101011110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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