Html Css Color HEX #859061 Bitter

📋 copy color: '#859061'

red 133 ◦ green 144 ◦ blue 97

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

Shades of Bitter #859061

Tints of Bitter #859061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 35.56%
G = 38.5%
B = 25.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#859061 (or 0x859061) is known color: Bitter. HEX triplet: 85, 90 and 61. RGB value is (133,144,97). Sum of RGB (Red+Green+Blue) = 133+144+97=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #859061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859061 is #7A6F9E. Grayscale: #878787. Windows color (decimal): -8023967 or 6393989. OLE color: 6393989.

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

Color convert

RGB 133 144 97 -
CMYK 0.08 0 0.33 0.44
HSL 74.04º 0.2% 0.47% -
HSV(B) 74.04º 0.33% 0.56% -
XYZ 21.8 25.8 15.14 -
YUV 135.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 133 144 97 0.08 0 0.33 0.44 74.04 0.2 0.47
Hex 85 90 61 8 0 21 2C 4A 14 2F
Octal 205 220 141 10 0 41 54 112 24 57
Binary 10000101 10010000 1100001 1000 0 100001 101100 1001010 10100 101111

Color Harmonies of #859061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859061

Black with #859061

Text Example


Text Example

White with #859061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859061; }

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

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

background-color css

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

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

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

border-color css

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

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

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