Html Css Color HEX #896E00 Olive

📋 copy color: '#896E00'

red 137 ◦ green 110 ◦ blue 0

#896E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #896E00

Tints of Olive #896E00

RGB

 RED value IS 137 (53.91% from 255) = 55.47%

 GREEN value IS 110 (43.36% from 255) = 44.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.47%
G = 44.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896E00 (or 0x896E00) is known color: Olive. HEX triplet: 89, 6E and 00. RGB value is (137,110,0). Sum of RGB (Red+Green+Blue) = 137+110+0=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #896E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896E00 is #7691FF. Grayscale: #6A6A6A. Windows color (decimal): -7770624 or 28297. OLE color: 28297.

HSL color Cylindrical-coordinate representation of color #896E00: hue angle of 48.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #896E00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 110 0 -
CMYK 0 0.20 1 0.46
HSL 48.18º 1% 0.27% -
HSV(B) 48.18º 1% 0.54% -
XYZ 15.89 16.47 2.34 -
YUV 105.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 137 110 0 0 0.20 1 0.46 48.18 1 0.27
Hex 89 6E 0 0 14 64 2E 30 64 1B
Octal 211 156 0 0 24 144 56 60 144 33
Binary 10001001 1101110 0 0 10100 1100100 101110 110000 1100100 11011

Color Harmonies of #896E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E00

Black with #896E00

Text Example


Text Example

White with #896E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896E00; }

 p { color: rgb(137,110,0); }

 H1.HeaderClassName
 {
   color: #896E00;
 }
 .AnyTagClassName
 {
   color: #896E00;
 }
</style>

background-color css

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

 a { background-color: rgb(137,110,0); }

 div.DivClassName
 {
   background-color: #896E00;
 }
 .BgClassName
 {
   background-color: #896E00;
 }
</style>

border-color css

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

 span { border-color: rgb(137,110,0); }

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