Html Css Color HEX #859068 Bitter

📋 copy color: '#859068'

red 133 ◦ green 144 ◦ blue 104

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

Shades of Bitter #859068

Tints of Bitter #859068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 34.91%
G = 37.8%
B = 27.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#859068 (or 0x859068) is known color: Bitter. HEX triplet: 85, 90 and 68. RGB value is (133,144,104). Sum of RGB (Red+Green+Blue) = 133+144+104=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #859068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859068 is #7A6F97. Grayscale: #888888. Windows color (decimal): -8023960 or 6852741. OLE color: 6852741.

HSL color Cylindrical-coordinate representation of color #859068: hue angle of 76.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859068 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 104 -
CMYK 0.08 0 0.28 0.44
HSL 76.5º 0.16% 0.49% -
HSV(B) 76.5º 0.28% 0.56% -
XYZ 22.14 25.93 16.94 -
YUV 136.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 133 144 104 0.08 0 0.28 0.44 76.5 0.16 0.49
Hex 85 90 68 8 0 1C 2C 4C 10 31
Octal 205 220 150 10 0 34 54 114 20 61
Binary 10000101 10010000 1101000 1000 0 11100 101100 1001100 10000 110001

Color Harmonies of #859068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859068

Black with #859068

Text Example


Text Example

White with #859068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859068; }

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

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

background-color css

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

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

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

border-color css

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

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

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