Html Css Color HEX #857F60 Olive Haze

📋 copy color: '#857F60'

red 133 ◦ green 127 ◦ blue 96

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

Shades of Olive Haze #857F60

Tints of Olive Haze #857F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 37.36%
G = 35.67%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857F60 (or 0x857F60) is known color: Olive Haze. HEX triplet: 85, 7F and 60. RGB value is (133,127,96). Sum of RGB (Red+Green+Blue) = 133+127+96=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #857F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F60 is #7A809F. Grayscale: #7D7D7D. Windows color (decimal): -8028320 or 6324101. OLE color: 6324101.

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

Color convert

RGB 133 127 96 -
CMYK 0 0.05 0.28 0.48
HSL 50.27º 0.16% 0.45% -
HSV(B) 50.27º 0.28% 0.52% -
XYZ 19.37 21.01 14.1 -
YUV 125.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 133 127 96 0 0.05 0.28 0.48 50.27 0.16 0.45
Hex 85 7F 60 0 5 1C 30 32 10 2D
Octal 205 177 140 0 5 34 60 62 20 55
Binary 10000101 1111111 1100000 0 101 11100 110000 110010 10000 101101

Color Harmonies of #857F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F60

Black with #857F60

Text Example


Text Example

White with #857F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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