Html Css Color HEX #896D00 Olive

📋 copy color: '#896D00'

red 137 ◦ green 109 ◦ blue 0

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

Shades of Olive #896D00

Tints of Olive #896D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

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

R = 55.69%
G = 44.31%
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

#896D00 (or 0x896D00) is known color: Olive. HEX triplet: 89, 6D and 00. RGB value is (137,109,0). Sum of RGB (Red+Green+Blue) = 137+109+0=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #896D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D00 is #7692FF. Grayscale: #696969. Windows color (decimal): -7770880 or 28041. OLE color: 28041.

HSL color Cylindrical-coordinate representation of color #896D00: hue angle of 47.74º 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 #896D00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 0 -
CMYK 0 0.20 1 0.46
HSL 47.74º 1% 0.27% -
HSV(B) 47.74º 1% 0.54% -
XYZ 15.79 16.26 2.31 -
YUV 104.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 137 109 0 0 0.20 1 0.46 47.74 1 0.27
Hex 89 6D 0 0 14 64 2E 30 64 1B
Octal 211 155 0 0 24 144 56 60 144 33
Binary 10001001 1101101 0 0 10100 1100100 101110 110000 1100100 11011

Color Harmonies of #896D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D00

Black with #896D00

Text Example


Text Example

White with #896D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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