#898B05

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

Shades of Olive #898B05

Tints of Olive #898B05

Color information

#898B05 (or 0x898B05) is unknown color: approx Olive. HEX triplet: 89, 8B and 05. RGB value is (137,139,5). Sum of RGB (Red+Green+Blue) = 137+139+5=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #898B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898B05 is #7674FA. Grayscale: #7B7B7B. Windows color (decimal): -7763195 or 363401. OLE color: 363401.

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

Color convert

RGB1371395-
CMYK0.0100.960.45
HSL60.9º93.06%28.24%-
HSV(B)60.9º96.4%54.51%-
XYZ19.5823.793.7-
YUV123.1361.34137.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 139 (54.69% from 255) = 49.47%
BLUE value IS 5 (2.34% from 255) = 1.78%
R=48.75%
G=49.47%
B=1.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13713950.0100.960.4560.993.0628.24
Hex898B510602D3d5d1c
Octal211213510140557513534
Binary1000100110001011101101100000101101111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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