#898B03

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

Shades of Olive #898B03

Tints of Olive #898B03

Color information

#898B03 (or 0x898B03) is unknown color: approx Olive. HEX triplet: 89, 8B and 03. RGB value is (137,139,3). Sum of RGB (Red+Green+Blue) = 137+139+3=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #898B03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898B03 is #7674FC. Grayscale: #7B7B7B. Windows color (decimal): -7763197 or 232329. OLE color: 232329.

HSL color Cylindrical-coordinate representation of color #898B03: hue angle of 60.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #898B03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB1371393-
CMYK0.0100.980.45
HSL60.88º95.77%27.84%-
HSV(B)60.88º97.84%54.51%-
XYZ19.5723.793.65-
YUV122.960.34138.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=49.10%
G=49.82%
B=1.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13713930.0100.980.4560.8895.7727.84
Hex898B310622D3d601c
Octal211213310142557514034
Binary100010011000101111101100010101101111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B03; }

 p { color: rgb(137,139,3); }

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

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

 a { background-color: rgb(137,139,3); }

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

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

 span { border-color: rgb(137,139,3); }

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