Html Css Color HEX #897D00 Olive

📋 copy color: '#897D00'

red 137 ◦ green 125 ◦ blue 0

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

Shades of Olive #897D00

Tints of Olive #897D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.71%

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

R = 52.29%
G = 47.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897D00 (or 0x897D00) is known color: Olive. HEX triplet: 89, 7D and 00. RGB value is (137,125,0). Sum of RGB (Red+Green+Blue) = 137+125+0=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D00 is #7682FF. Grayscale: #727272. Windows color (decimal): -7766784 or 32137. OLE color: 32137.

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

Color convert

RGB 137 125 0 -
CMYK 0 0.09 1 0.46
HSL 54.74º 1% 0.27% -
HSV(B) 54.74º 1% 0.54% -
XYZ 17.65 19.99 2.93 -
YUV 114.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 137 125 0 0 0.09 1 0.46 54.74 1 0.27
Hex 89 7D 0 0 9 64 2E 37 64 1B
Octal 211 175 0 0 11 144 56 67 144 33
Binary 10001001 1111101 0 0 1001 1100100 101110 110111 1100100 11011

Color Harmonies of #897D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D00

Black with #897D00

Text Example


Text Example

White with #897D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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