#918000

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

Shades of Olive #918000

Tints of Olive #918000

Color information

#918000 (or 0x918000) is unknown color: approx Olive. HEX triplet: 91, 80 and 00. RGB value is (145,128,0). Sum of RGB (Red+Green+Blue) = 145+128+0=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #918000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918000 is #6E7FFF. Grayscale: #777777. Windows color (decimal): -7241728 or 32913. OLE color: 32913.

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

Color convert

RGB1451280-
CMYK00.1210.43
HSL52.97º100%28.43%-
HSV(B)52.97º100%56.86%-
XYZ19.421.463.12-
YUV118.4961.13146.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.11%
G=46.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145128000.1210.4352.9710028.43
Hex918000C642B35641c
Octal2212000014144536514434
Binary10010001100000000011001100100101011110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918000; }

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

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

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

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

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

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

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

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