#917400

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

Shades of Olive #917400

Tints of Olive #917400

Color information

#917400 (or 0x917400) is unknown color: approx Olive. HEX triplet: 91, 74 and 00. RGB value is (145,116,0). Sum of RGB (Red+Green+Blue) = 145+116+0=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #917400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917400 is #6E8BFF. Grayscale: #6F6F6F. Windows color (decimal): -7244800 or 29841. OLE color: 29841.

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

Color convert

RGB1451160-
CMYK00.210.43
HSL48º100%28.43%-
HSV(B)48º100%56.86%-
XYZ17.9218.512.63-
YUV111.4565.11151.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145116000.210.434810028.43
Hex91740014642B30641c
Octal2211640024144536014434
Binary10010001111010000101001100100101011110000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917400; }

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

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

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

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

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

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

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

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