Html Css Color HEX #8A835F Olive Haze

📋 copy color: '#8A835F'

red 138 ◦ green 131 ◦ blue 95

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

Shades of Olive Haze #8A835F

Tints of Olive Haze #8A835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 37.91%
G = 35.99%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A835F (or 0x8A835F) is known color: Olive Haze. HEX triplet: 8A, 83 and 5F. RGB value is (138,131,95). Sum of RGB (Red+Green+Blue) = 138+131+95=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A835F is #757CA0. Grayscale: #818181. Windows color (decimal): -7699617 or 6259594. OLE color: 6259594.

HSL color Cylindrical-coordinate representation of color #8A835F: hue angle of 50.23º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A835F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 95 -
CMYK 0 0.05 0.31 0.46
HSL 50.23º 0.18% 0.46% -
HSV(B) 50.23º 0.31% 0.54% -
XYZ 20.66 22.46 14.07 -
YUV 128.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 138 131 95 0 0.05 0.31 0.46 50.23 0.18 0.46
Hex 8A 83 5F 0 5 1F 2E 32 12 2E
Octal 212 203 137 0 5 37 56 62 22 56
Binary 10001010 10000011 1011111 0 101 11111 101110 110010 10010 101110

Color Harmonies of #8A835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A835F

Black with #8A835F

Text Example


Text Example

White with #8A835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,95); }

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

background-color css

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

 a { background-color: rgb(138,131,95); }

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

border-color css

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

 span { border-color: rgb(138,131,95); }

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