Html Css Color HEX #857F5F Olive Haze

📋 copy color: '#857F5F'

red 133 ◦ green 127 ◦ blue 95

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

Shades of Olive Haze #857F5F

Tints of Olive Haze #857F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

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

R = 37.46%
G = 35.77%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857F5F (or 0x857F5F) is known color: Olive Haze. HEX triplet: 85, 7F and 5F. RGB value is (133,127,95). Sum of RGB (Red+Green+Blue) = 133+127+95=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F5F is #7A80A0. Grayscale: #7D7D7D. Windows color (decimal): -8028321 or 6258565. OLE color: 6258565.

HSL color Cylindrical-coordinate representation of color #857F5F: hue angle of 50.53º 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 #857F5F is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 127 95 -
CMYK 0 0.05 0.29 0.48
HSL 50.53º 0.17% 0.45% -
HSV(B) 50.53º 0.29% 0.52% -
XYZ 19.33 20.99 13.86 -
YUV 125.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 133 127 95 0 0.05 0.29 0.48 50.53 0.17 0.45
Hex 85 7F 5F 0 5 1D 30 33 11 2D
Octal 205 177 137 0 5 35 60 63 21 55
Binary 10000101 1111111 1011111 0 101 11101 110000 110011 10001 101101

Color Harmonies of #857F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F5F

Black with #857F5F

Text Example


Text Example

White with #857F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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