Html Css Color HEX #897D10 Olive

📋 copy color: '#897D10'

red 137 ◦ green 125 ◦ blue 16

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

Shades of Olive #897D10

Tints of Olive #897D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 49.28%
G = 44.96%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#897D10 (or 0x897D10) is known color: Olive. HEX triplet: 89, 7D and 10. RGB value is (137,125,16). Sum of RGB (Red+Green+Blue) = 137+125+16=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #897D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D10 is #7682EF. Grayscale: #747474. Windows color (decimal): -7766768 or 1080713. OLE color: 1080713.

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

Color convert

RGB 137 125 16 -
CMYK 0 0.09 0.88 0.46
HSL 54.05º 0.79% 0.3% -
HSV(B) 54.05º 0.88% 0.54% -
XYZ 17.74 20.02 3.42 -
YUV 116.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 137 125 16 0 0.09 0.88 0.46 54.05 0.79 0.3
Hex 89 7D 10 0 9 58 2E 36 4F 1E
Octal 211 175 20 0 11 130 56 66 117 36
Binary 10001001 1111101 10000 0 1001 1011000 101110 110110 1001111 11110

Color Harmonies of #897D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D10

Black with #897D10

Text Example


Text Example

White with #897D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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