#918005

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

Shades of Olive #918005

Tints of Olive #918005

Color information

#918005 (or 0x918005) is unknown color: approx Olive. HEX triplet: 91, 80 and 05. RGB value is (145,128,5). Sum of RGB (Red+Green+Blue) = 145+128+5=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #918005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918005 is #6E7FFA. Grayscale: #777777. Windows color (decimal): -7241723 or 360593. OLE color: 360593.

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

Color convert

RGB1451285-
CMYK00.120.970.43
HSL52.71º93.33%29.41%-
HSV(B)52.71º96.55%56.86%-
XYZ19.4221.473.26-
YUV119.0663.63146.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=52.16%
G=46.04%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145128500.120.970.4352.7193.3329.41
Hex918050C612B355d1d
Octal2212005014141536513535
Binary1001000110000000101011001100001101011110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918005; }

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

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

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

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

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

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

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

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