Html Css Color HEX #86A58A Envy

📋 copy color: '#86A58A'

red 134 ◦ green 165 ◦ blue 138

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

Shades of Envy #86A58A

Tints of Envy #86A58A

RGB

 RED value IS 134 (52.73% from 255) = 30.66%

 GREEN value IS 165 (64.84% from 255) = 37.76%

 BLUE value IS 138 (54.3% from 255) = 31.58%

R = 30.66%
G = 37.76%
B = 31.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#86A58A (or 0x86A58A) is known color: Envy. HEX triplet: 86, A5 and 8A. RGB value is (134,165,138). Sum of RGB (Red+Green+Blue) = 134+165+138=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 165 - color contains mainly: green. Hex color #86A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A58A is #795A75. Grayscale: #989898. Windows color (decimal): -7953014 or 9086342. OLE color: 9086342.

HSL color Cylindrical-coordinate representation of color #86A58A: hue angle of 127.74º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A58A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 138 -
CMYK 0.19 0 0.16 0.35
HSL 127.74º 0.15% 0.59% -
HSV(B) 127.74º 0.19% 0.65% -
XYZ 27.87 33.81 29.1 -
YUV 152.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 134 165 138 0.19 0 0.16 0.35 127.74 0.15 0.59
Hex 86 A5 8A 13 0 10 23 80 F 3B
Octal 206 245 212 23 0 20 43 200 17 73
Binary 10000110 10100101 10001010 10011 0 10000 100011 10000000 1111 111011

Color Harmonies of #86A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A58A

Black with #86A58A

Text Example


Text Example

White with #86A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A58A; }

 p { color: rgb(134,165,138); }

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

background-color css

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

 a { background-color: rgb(134,165,138); }

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

border-color css

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

 span { border-color: rgb(134,165,138); }

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