#917600

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

Shades of Olive #917600

Tints of Olive #917600

Color information

#917600 (or 0x917600) is unknown color: approx Olive. HEX triplet: 91, 76 and 00. RGB value is (145,118,0). Sum of RGB (Red+Green+Blue) = 145+118+0=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #917600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917600 is #6E89FF. Grayscale: #717171. Windows color (decimal): -7244288 or 30353. OLE color: 30353.

HSL color Cylindrical-coordinate representation of color #917600: hue angle of 48.83º 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 #917600 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1451180-
CMYK00.1910.43
HSL48.83º100%28.43%-
HSV(B)48.83º100%56.86%-
XYZ18.1618.982.71-
YUV112.6264.45151.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.13%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.13%
G=44.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145118000.1910.4348.8310028.43
Hex91760013642B31641c
Octal2211660023144536114434
Binary10010001111011000100111100100101011110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917600; }

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

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

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

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

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

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

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

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