Html Css Color HEX #898365 Olive Haze

📋 copy color: '#898365'

red 137 ◦ green 131 ◦ blue 101

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

Shades of Olive Haze #898365

Tints of Olive Haze #898365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 37.13%
G = 35.5%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898365 (or 0x898365) is known color: Olive Haze. HEX triplet: 89, 83 and 65. RGB value is (137,131,101). Sum of RGB (Red+Green+Blue) = 137+131+101=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898365 is #767C9A. Grayscale: #818181. Windows color (decimal): -7765147 or 6652809. OLE color: 6652809.

HSL color Cylindrical-coordinate representation of color #898365: hue angle of 50º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898365 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 131 101 -
CMYK 0 0.04 0.26 0.46
HSL 50º 0.15% 0.47% -
HSV(B) 50º 0.26% 0.54% -
XYZ 20.78 22.49 15.56 -
YUV 129.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 137 131 101 0 0.04 0.26 0.46 50 0.15 0.47
Hex 89 83 65 0 4 1A 2E 32 F 2F
Octal 211 203 145 0 4 32 56 62 17 57
Binary 10001001 10000011 1100101 0 100 11010 101110 110010 1111 101111

Color Harmonies of #898365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898365

Black with #898365

Text Example


Text Example

White with #898365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898365; }

 p { color: rgb(137,131,101); }

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

background-color css

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

 a { background-color: rgb(137,131,101); }

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

border-color css

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

 span { border-color: rgb(137,131,101); }

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