Html Css Color HEX #897C13 Olive

📋 copy color: '#897C13'

red 137 ◦ green 124 ◦ blue 19

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

Shades of Olive #897C13

Tints of Olive #897C13

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.29%

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 48.93%
G = 44.29%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897C13 (or 0x897C13) is known color: Olive. HEX triplet: 89, 7C and 13. RGB value is (137,124,19). Sum of RGB (Red+Green+Blue) = 137+124+19=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #897C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C13 is #7683EC. Grayscale: #747474. Windows color (decimal): -7767021 or 1277065. OLE color: 1277065.

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

Color convert

RGB 137 124 19 -
CMYK 0 0.09 0.86 0.46
HSL 53.39º 0.76% 0.31% -
HSV(B) 53.39º 0.86% 0.54% -
XYZ 17.64 19.78 3.5 -
YUV 115.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 137 124 19 0 0.09 0.86 0.46 53.39 0.76 0.31
Hex 89 7C 13 0 9 56 2E 35 4C 1F
Octal 211 174 23 0 11 126 56 65 114 37
Binary 10001001 1111100 10011 0 1001 1010110 101110 110101 1001100 11111

Color Harmonies of #897C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C13

Black with #897C13

Text Example


Text Example

White with #897C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,124,19); }

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

background-color css

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

 a { background-color: rgb(137,124,19); }

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

border-color css

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

 span { border-color: rgb(137,124,19); }

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