Html Css Color HEX #858068 Olive Haze

📋 copy color: '#858068'

red 133 ◦ green 128 ◦ blue 104

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

Shades of Olive Haze #858068

Tints of Olive Haze #858068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 36.44%
G = 35.07%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#858068 (or 0x858068) is known color: Olive Haze. HEX triplet: 85, 80 and 68. RGB value is (133,128,104). Sum of RGB (Red+Green+Blue) = 133+128+104=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #858068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858068 is #7A7F97. Grayscale: #7E7E7E. Windows color (decimal): -8028056 or 6848645. OLE color: 6848645.

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

Color convert

RGB 133 128 104 -
CMYK 0 0.04 0.22 0.48
HSL 49.66º 0.12% 0.46% -
HSV(B) 49.66º 0.22% 0.52% -
XYZ 19.89 21.42 16.18 -
YUV 126.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 133 128 104 0 0.04 0.22 0.48 49.66 0.12 0.46
Hex 85 80 68 0 4 16 30 32 C 2E
Octal 205 200 150 0 4 26 60 62 14 56
Binary 10000101 10000000 1101000 0 100 10110 110000 110010 1100 101110

Color Harmonies of #858068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858068

Black with #858068

Text Example


Text Example

White with #858068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858068; }

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

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

background-color css

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

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

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

border-color css

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

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

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