Html Css Color HEX #897D04 Olive

📋 copy color: '#897D04'

red 137 ◦ green 125 ◦ blue 4

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

Shades of Olive #897D04

Tints of Olive #897D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 51.5%
G = 46.99%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#897D04 (or 0x897D04) is known color: Olive. HEX triplet: 89, 7D and 04. RGB value is (137,125,4). Sum of RGB (Red+Green+Blue) = 137+125+4=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #897D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D04 is #7682FB. Grayscale: #737373. Windows color (decimal): -7766780 or 294281. OLE color: 294281.

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

Color convert

RGB 137 125 4 -
CMYK 0 0.09 0.97 0.46
HSL 54.59º 0.94% 0.28% -
HSV(B) 54.59º 0.97% 0.54% -
XYZ 17.67 19.99 3.04 -
YUV 114.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 137 125 4 0 0.09 0.97 0.46 54.59 0.94 0.28
Hex 89 7D 4 0 9 61 2E 37 5E 1C
Octal 211 175 4 0 11 141 56 67 136 34
Binary 10001001 1111101 100 0 1001 1100001 101110 110111 1011110 11100

Color Harmonies of #897D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D04

Black with #897D04

Text Example


Text Example

White with #897D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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