Html Css Color HEX #8A7E61 Olive Haze

📋 copy color: '#8A7E61'

red 138 ◦ green 126 ◦ blue 97

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

Shades of Olive Haze #8A7E61

Tints of Olive Haze #8A7E61

RGB

 RED value IS 138 (54.3% from 255) = 38.23%

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 38.23%
G = 34.9%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A7E61 (or 0x8A7E61) is known color: Olive Haze. HEX triplet: 8A, 7E and 61. RGB value is (138,126,97). Sum of RGB (Red+Green+Blue) = 138+126+97=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E61 is #75819E. Grayscale: #7E7E7E. Windows color (decimal): -7700895 or 6389386. OLE color: 6389386.

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

Color convert

RGB 138 126 97 -
CMYK 0 0.09 0.30 0.46
HSL 42.44º 0.17% 0.46% -
HSV(B) 42.44º 0.3% 0.54% -
XYZ 20.1 21.19 14.34 -
YUV 126.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 138 126 97 0 0.09 0.30 0.46 42.44 0.17 0.46
Hex 8A 7E 61 0 9 1E 2E 2A 11 2E
Octal 212 176 141 0 11 36 56 52 21 56
Binary 10001010 1111110 1100001 0 1001 11110 101110 101010 10001 101110

Color Harmonies of #8A7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E61

Black with #8A7E61

Text Example


Text Example

White with #8A7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7E61; }

 p { color: rgb(138,126,97); }

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

background-color css

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

 a { background-color: rgb(138,126,97); }

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

border-color css

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

 span { border-color: rgb(138,126,97); }

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