Html Css Color HEX #897C0F Olive

📋 copy color: '#897C0F'

red 137 ◦ green 124 ◦ blue 15

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

Shades of Olive #897C0F

Tints of Olive #897C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 49.64%
G = 44.93%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#897C0F (or 0x897C0F) is known color: Olive. HEX triplet: 89, 7C and 0F. RGB value is (137,124,15). Sum of RGB (Red+Green+Blue) = 137+124+15=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C0F is #7683F0. Grayscale: #737373. Windows color (decimal): -7767025 or 1014921. OLE color: 1014921.

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

Color convert

RGB 137 124 15 -
CMYK 0 0.09 0.89 0.46
HSL 53.61º 0.8% 0.3% -
HSV(B) 53.61º 0.89% 0.54% -
XYZ 17.61 19.77 3.34 -
YUV 115.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 137 124 15 0 0.09 0.89 0.46 53.61 0.8 0.3
Hex 89 7C F 0 9 59 2E 36 50 1E
Octal 211 174 17 0 11 131 56 66 120 36
Binary 10001001 1111100 1111 0 1001 1011001 101110 110110 1010000 11110

Color Harmonies of #897C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C0F

Black with #897C0F

Text Example


Text Example

White with #897C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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