#917E00

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

Shades of Olive #917E00

Tints of Olive #917E00

Color information

#917E00 (or 0x917E00) is unknown color: approx Olive. HEX triplet: 91, 7E and 00. RGB value is (145,126,0). Sum of RGB (Red+Green+Blue) = 145+126+0=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #917E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E00 is #6E81FF. Grayscale: #757575. Windows color (decimal): -7242240 or 32401. OLE color: 32401.

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

Color convert

RGB1451260-
CMYK00.1310.43
HSL52.14º100%28.43%-
HSV(B)52.14º100%56.86%-
XYZ19.1420.943.03-
YUV117.3261.79147.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 126 (49.61% from 255) = 46.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.51%
G=46.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145126000.1310.4352.1410028.43
Hex917E00D642B34641c
Octal2211760015144536414434
Binary1001000111111100011011100100101011110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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