#897905

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

Shades of Olive #897905

Tints of Olive #897905

Color information

#897905 (or 0x897905) is unknown color: approx Olive. HEX triplet: 89, 79 and 05. RGB value is (137,121,5). Sum of RGB (Red+Green+Blue) = 137+121+5=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897905 is #7686FA. Grayscale: #717171. Windows color (decimal): -7767803 or 358793. OLE color: 358793.

HSL color Cylindrical-coordinate representation of color #897905: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #897905 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1371215-
CMYK00.120.960.46
HSL52.73º92.96%27.84%-
HSV(B)52.73º96.35%53.73%-
XYZ17.18192.91-
YUV112.5667.3145.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 5 (2.34% from 255) = 1.90%
R=52.09%
G=46.01%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137121500.120.960.4652.7392.9627.84
Hex897950C602E355d1c
Octal2111715014140566513534
Binary100010011111001101011001100000101110110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897905; }

 p { color: rgb(137,121,5); }

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

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

 a { background-color: rgb(137,121,5); }

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

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

 span { border-color: rgb(137,121,5); }

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