Html Css Color HEX #897D01 Olive

📋 copy color: '#897D01'

red 137 ◦ green 125 ◦ blue 1

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

Shades of Olive #897D01

Tints of Olive #897D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 52.09%
G = 47.53%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897D01 (or 0x897D01) is known color: Olive. HEX triplet: 89, 7D and 01. RGB value is (137,125,1). Sum of RGB (Red+Green+Blue) = 137+125+1=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #897D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D01 is #7682FE. Grayscale: #727272. Windows color (decimal): -7766783 or 97673. OLE color: 97673.

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

Color convert

RGB 137 125 1 -
CMYK 0 0.09 0.99 0.46
HSL 54.71º 0.99% 0.27% -
HSV(B) 54.71º 0.99% 0.54% -
XYZ 17.66 19.99 2.96 -
YUV 114.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 137 125 1 0 0.09 0.99 0.46 54.71 0.99 0.27
Hex 89 7D 1 0 9 63 2E 37 63 1B
Octal 211 175 1 0 11 143 56 67 143 33
Binary 10001001 1111101 1 0 1001 1100011 101110 110111 1100011 11011

Color Harmonies of #897D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D01

Black with #897D01

Text Example


Text Example

White with #897D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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