Html Css Color HEX #858069 Olive Haze

📋 copy color: '#858069'

red 133 ◦ green 128 ◦ blue 105

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

Shades of Olive Haze #858069

Tints of Olive Haze #858069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 36.34%
G = 34.97%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#858069 (or 0x858069) is known color: Olive Haze. HEX triplet: 85, 80 and 69. RGB value is (133,128,105). Sum of RGB (Red+Green+Blue) = 133+128+105=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #858069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858069 is #7A7F96. Grayscale: #7E7E7E. Windows color (decimal): -8028055 or 6914181. OLE color: 6914181.

HSL color Cylindrical-coordinate representation of color #858069: hue angle of 49.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858069 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 105 -
CMYK 0 0.04 0.21 0.48
HSL 49.29º 0.12% 0.47% -
HSV(B) 49.29º 0.21% 0.52% -
XYZ 19.94 21.44 16.45 -
YUV 126.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 133 128 105 0 0.04 0.21 0.48 49.29 0.12 0.47
Hex 85 80 69 0 4 15 30 31 C 2F
Octal 205 200 151 0 4 25 60 61 14 57
Binary 10000101 10000000 1101001 0 100 10101 110000 110001 1100 101111

Color Harmonies of #858069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858069

Black with #858069

Text Example


Text Example

White with #858069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858069; }

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

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

background-color css

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

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

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

border-color css

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

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

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