Html Css Color HEX #858065 Olive Haze

📋 copy color: '#858065'

red 133 ◦ green 128 ◦ blue 101

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

Shades of Olive Haze #858065

Tints of Olive Haze #858065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 36.74%
G = 35.36%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#858065 (or 0x858065) is known color: Olive Haze. HEX triplet: 85, 80 and 65. RGB value is (133,128,101). Sum of RGB (Red+Green+Blue) = 133+128+101=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858065 is #7A7F9A. Grayscale: #7E7E7E. Windows color (decimal): -8028059 or 6652037. OLE color: 6652037.

HSL color Cylindrical-coordinate representation of color #858065: hue angle of 50.62º 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 #858065 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 101 -
CMYK 0 0.04 0.24 0.48
HSL 50.63º 0.14% 0.46% -
HSV(B) 50.63º 0.24% 0.52% -
XYZ 19.74 21.36 15.4 -
YUV 126.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 133 128 101 0 0.04 0.24 0.48 50.63 0.14 0.46
Hex 85 80 65 0 4 18 30 33 E 2E
Octal 205 200 145 0 4 30 60 63 16 56
Binary 10000101 10000000 1100101 0 100 11000 110000 110011 1110 101110

Color Harmonies of #858065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858065

Black with #858065

Text Example


Text Example

White with #858065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858065; }

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

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

background-color css

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

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

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

border-color css

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

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

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