Html Css Color HEX #897E00 Olive

📋 copy color: '#897E00'

red 137 ◦ green 126 ◦ blue 0

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

Shades of Olive #897E00

Tints of Olive #897E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.91%

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

R = 52.09%
G = 47.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897E00 (or 0x897E00) is known color: Olive. HEX triplet: 89, 7E and 00. RGB value is (137,126,0). Sum of RGB (Red+Green+Blue) = 137+126+0=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897E00 is #7681FF. Grayscale: #737373. Windows color (decimal): -7766528 or 32393. OLE color: 32393.

HSL color Cylindrical-coordinate representation of color #897E00: hue angle of 55.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 #897E00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 126 0 -
CMYK 0 0.08 1 0.46
HSL 55.18º 1% 0.27% -
HSV(B) 55.18º 1% 0.54% -
XYZ 17.78 20.24 2.97 -
YUV 114.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 137 126 0 0 0.08 1 0.46 55.18 1 0.27
Hex 89 7E 0 0 8 64 2E 37 64 1B
Octal 211 176 0 0 10 144 56 67 144 33
Binary 10001001 1111110 0 0 1000 1100100 101110 110111 1100100 11011

Color Harmonies of #897E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E00

Black with #897E00

Text Example


Text Example

White with #897E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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