Html Css Color HEX #897D0A Olive

📋 copy color: '#897D0A'

red 137 ◦ green 125 ◦ blue 10

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

Shades of Olive #897D0A

Tints of Olive #897D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 50.37%
G = 45.96%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#897D0A (or 0x897D0A) is known color: Olive. HEX triplet: 89, 7D and 0A. RGB value is (137,125,10). Sum of RGB (Red+Green+Blue) = 137+125+10=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0A is #7682F5. Grayscale: #737373. Windows color (decimal): -7766774 or 687497. OLE color: 687497.

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

Color convert

RGB 137 125 10 -
CMYK 0 0.09 0.93 0.46
HSL 54.33º 0.86% 0.29% -
HSV(B) 54.33º 0.93% 0.54% -
XYZ 17.7 20.01 3.22 -
YUV 115.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 137 125 10 0 0.09 0.93 0.46 54.33 0.86 0.29
Hex 89 7D A 0 9 5D 2E 36 56 1D
Octal 211 175 12 0 11 135 56 66 126 35
Binary 10001001 1111101 1010 0 1001 1011101 101110 110110 1010110 11101

Color Harmonies of #897D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D0A

Black with #897D0A

Text Example


Text Example

White with #897D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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