Html Css Color HEX #857D5F Olive Haze

📋 copy color: '#857D5F'

red 133 ◦ green 125 ◦ blue 95

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

Shades of Olive Haze #857D5F

Tints of Olive Haze #857D5F

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

 GREEN value IS 125 (49.22% from 255) = 35.41%

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

R = 37.68%
G = 35.41%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857D5F (or 0x857D5F) is known color: Olive Haze. HEX triplet: 85, 7D and 5F. RGB value is (133,125,95). Sum of RGB (Red+Green+Blue) = 133+125+95=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5F is #7A82A0. Grayscale: #7C7C7C. Windows color (decimal): -8028833 or 6258053. OLE color: 6258053.

HSL color Cylindrical-coordinate representation of color #857D5F: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857D5F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 95 -
CMYK 0 0.06 0.29 0.48
HSL 47.37º 0.17% 0.45% -
HSV(B) 47.37º 0.29% 0.52% -
XYZ 19.07 20.48 13.77 -
YUV 123.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 133 125 95 0 0.06 0.29 0.48 47.37 0.17 0.45
Hex 85 7D 5F 0 6 1D 30 2F 11 2D
Octal 205 175 137 0 6 35 60 57 21 55
Binary 10000101 1111101 1011111 0 110 11101 110000 101111 10001 101101

Color Harmonies of #857D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D5F

Black with #857D5F

Text Example


Text Example

White with #857D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D5F; }

 p { color: rgb(133,125,95); }

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

background-color css

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

 a { background-color: rgb(133,125,95); }

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

border-color css

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

 span { border-color: rgb(133,125,95); }

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