Html Css Color HEX #86978A Envy

📋 copy color: '#86978A'

red 134 ◦ green 151 ◦ blue 138

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

Shades of Envy #86978A

Tints of Envy #86978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 31.68%
G = 35.7%
B = 32.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#86978A (or 0x86978A) is known color: Envy. HEX triplet: 86, 97 and 8A. RGB value is (134,151,138). Sum of RGB (Red+Green+Blue) = 134+151+138=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #86978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978A is #796875. Grayscale: #909090. Windows color (decimal): -7956598 or 9082758. OLE color: 9082758.

HSL color Cylindrical-coordinate representation of color #86978A: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86978A is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 138 -
CMYK 0.11 0 0.09 0.41
HSL 134.12º 0.08% 0.56% -
HSV(B) 134.12º 0.11% 0.59% -
XYZ 25.49 29.04 28.31 -
YUV 144.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 134 151 138 0.11 0 0.09 0.41 134.12 0.08 0.56
Hex 86 97 8A B 0 9 29 86 8 38
Octal 206 227 212 13 0 11 51 206 10 70
Binary 10000110 10010111 10001010 1011 0 1001 101001 10000110 1000 111000

Color Harmonies of #86978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86978A

Black with #86978A

Text Example


Text Example

White with #86978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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