Html Css Color HEX #897B10 Olive

📋 copy color: '#897B10'

red 137 ◦ green 123 ◦ blue 16

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

Shades of Olive #897B10

Tints of Olive #897B10

RGB

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

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

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

R = 49.64%
G = 44.57%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#897B10 (or 0x897B10) is known color: Olive. HEX triplet: 89, 7B and 10. RGB value is (137,123,16). Sum of RGB (Red+Green+Blue) = 137+123+16=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B10 is #7684EF. Grayscale: #737373. Windows color (decimal): -7767280 or 1080201. OLE color: 1080201.

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

Color convert

RGB 137 123 16 -
CMYK 0 0.10 0.88 0.46
HSL 53.06º 0.79% 0.3% -
HSV(B) 53.06º 0.88% 0.54% -
XYZ 17.49 19.52 3.34 -
YUV 114.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 137 123 16 0 0.10 0.88 0.46 53.06 0.79 0.3
Hex 89 7B 10 0 A 58 2E 35 4F 1E
Octal 211 173 20 0 12 130 56 65 117 36
Binary 10001001 1111011 10000 0 1010 1011000 101110 110101 1001111 11110

Color Harmonies of #897B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B10

Black with #897B10

Text Example


Text Example

White with #897B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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