#898207

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

Shades of Olive #898207

Tints of Olive #898207

Color information

#898207 (or 0x898207) is unknown color: approx Olive. HEX triplet: 89, 82 and 07. RGB value is (137,130,7). Sum of RGB (Red+Green+Blue) = 137+130+7=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #898207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898207 is #767DF8. Grayscale: #767676. Windows color (decimal): -7765497 or 492169. OLE color: 492169.

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

Color convert

RGB1371307-
CMYK00.050.950.46
HSL56.77º90.28%28.24%-
HSV(B)56.77º94.89%53.73%-
XYZ18.3421.33.35-
YUV118.0765.32141.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 7 (3.12% from 255) = 2.55%
R=50%
G=47.45%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137130700.050.950.4656.7790.2828.24
Hex89827055F2E395a1c
Octal211202705137567113234
Binary100010011000001011101011011111101110111001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898207; }

 p { color: rgb(137,130,7); }

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

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

 a { background-color: rgb(137,130,7); }

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

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

 span { border-color: rgb(137,130,7); }

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