Html Css Color HEX #857D65 Olive Haze

📋 copy color: '#857D65'

red 133 ◦ green 125 ◦ blue 101

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

Shades of Olive Haze #857D65

Tints of Olive Haze #857D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 37.05%
G = 34.82%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#857D65 (or 0x857D65) is known color: Olive Haze. HEX triplet: 85, 7D and 65. RGB value is (133,125,101). Sum of RGB (Red+Green+Blue) = 133+125+101=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #857D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D65 is #7A829A. Grayscale: #7C7C7C. Windows color (decimal): -8028827 or 6651269. OLE color: 6651269.

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

Color convert

RGB 133 125 101 -
CMYK 0 0.06 0.24 0.48
HSL 45º 0.14% 0.46% -
HSV(B) 45º 0.24% 0.52% -
XYZ 19.36 20.59 15.27 -
YUV 124.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 133 125 101 0 0.06 0.24 0.48 45 0.14 0.46
Hex 85 7D 65 0 6 18 30 2D E 2E
Octal 205 175 145 0 6 30 60 55 16 56
Binary 10000101 1111101 1100101 0 110 11000 110000 101101 1110 101110

Color Harmonies of #857D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D65

Black with #857D65

Text Example


Text Example

White with #857D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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