Html Css Color HEX #898165 Olive Haze

📋 copy color: '#898165'

red 137 ◦ green 129 ◦ blue 101

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

Shades of Olive Haze #898165

Tints of Olive Haze #898165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 37.33%
G = 35.15%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898165 (or 0x898165) is known color: Olive Haze. HEX triplet: 89, 81 and 65. RGB value is (137,129,101). Sum of RGB (Red+Green+Blue) = 137+129+101=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898165 is #767E9A. Grayscale: #808080. Windows color (decimal): -7765659 or 6652297. OLE color: 6652297.

HSL color Cylindrical-coordinate representation of color #898165: hue angle of 46.67º 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 #898165 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 101 -
CMYK 0 0.06 0.26 0.46
HSL 46.67º 0.15% 0.47% -
HSV(B) 46.67º 0.26% 0.54% -
XYZ 20.52 21.96 15.47 -
YUV 128.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 137 129 101 0 0.06 0.26 0.46 46.67 0.15 0.47
Hex 89 81 65 0 6 1A 2E 2F F 2F
Octal 211 201 145 0 6 32 56 57 17 57
Binary 10001001 10000001 1100101 0 110 11010 101110 101111 1111 101111

Color Harmonies of #898165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898165

Black with #898165

Text Example


Text Example

White with #898165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898165; }

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

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

background-color css

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

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

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

border-color css

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

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

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