Html Css Color HEX #857E61 Olive Haze

📋 copy color: '#857E61'

red 133 ◦ green 126 ◦ blue 97

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

Shades of Olive Haze #857E61

Tints of Olive Haze #857E61

RGB

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

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

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

R = 37.36%
G = 35.39%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857E61 (or 0x857E61) is known color: Olive Haze. HEX triplet: 85, 7E and 61. RGB value is (133,126,97). Sum of RGB (Red+Green+Blue) = 133+126+97=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #857E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E61 is #7A819E. Grayscale: #7C7C7C. Windows color (decimal): -8028575 or 6389381. OLE color: 6389381.

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

Color convert

RGB 133 126 97 -
CMYK 0 0.05 0.27 0.48
HSL 48.33º 0.16% 0.45% -
HSV(B) 48.33º 0.27% 0.52% -
XYZ 19.29 20.77 14.3 -
YUV 124.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 133 126 97 0 0.05 0.27 0.48 48.33 0.16 0.45
Hex 85 7E 61 0 5 1B 30 30 10 2D
Octal 205 176 141 0 5 33 60 60 20 55
Binary 10000101 1111110 1100001 0 101 11011 110000 110000 10000 101101

Color Harmonies of #857E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E61

Black with #857E61

Text Example


Text Example

White with #857E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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