Html Css Color HEX #897B13 Olive

📋 copy color: '#897B13'

red 137 ◦ green 123 ◦ blue 19

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

Shades of Olive #897B13

Tints of Olive #897B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.09%

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

R = 49.1%
G = 44.09%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897B13 (or 0x897B13) is known color: Olive. HEX triplet: 89, 7B and 13. RGB value is (137,123,19). Sum of RGB (Red+Green+Blue) = 137+123+19=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #897B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B13 is #7684EC. Grayscale: #737373. Windows color (decimal): -7767277 or 1276809. OLE color: 1276809.

HSL color Cylindrical-coordinate representation of color #897B13: hue angle of 52.88º 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 #897B13 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 123 19 -
CMYK 0 0.10 0.86 0.46
HSL 52.88º 0.76% 0.31% -
HSV(B) 52.88º 0.86% 0.54% -
XYZ 17.52 19.53 3.46 -
YUV 115.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 137 123 19 0 0.10 0.86 0.46 52.88 0.76 0.31
Hex 89 7B 13 0 A 56 2E 35 4C 1F
Octal 211 173 23 0 12 126 56 65 114 37
Binary 10001001 1111011 10011 0 1010 1010110 101110 110101 1001100 11111

Color Harmonies of #897B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B13

Black with #897B13

Text Example


Text Example

White with #897B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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