Html Css Color HEX #86938E Granny Smith

📋 copy color: '#86938E'

red 134 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #86938E

Tints of Granny Smith #86938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 31.68%
G = 34.75%
B = 33.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#86938E (or 0x86938E) is known color: Granny Smith. HEX triplet: 86, 93 and 8E. RGB value is (134,147,142). Sum of RGB (Red+Green+Blue) = 134+147+142=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #86938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938E is #796C71. Grayscale: #8E8E8E. Windows color (decimal): -7957618 or 9343878. OLE color: 9343878.

HSL color Cylindrical-coordinate representation of color #86938E: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86938E is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 142 -
CMYK 0.09 0 0.03 0.42
HSL 156.92º 0.06% 0.55% -
HSV(B) 156.92º 0.09% 0.58% -
XYZ 25.15 27.89 29.65 -
YUV 142.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 134 147 142 0.09 0 0.03 0.42 156.92 0.06 0.55
Hex 86 93 8E 9 0 3 2A 9D 6 37
Octal 206 223 216 11 0 3 52 235 6 67
Binary 10000110 10010011 10001110 1001 0 11 101010 10011101 110 110111

Color Harmonies of #86938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86938E

Black with #86938E

Text Example


Text Example

White with #86938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86938E; }

 p { color: rgb(134,147,142); }

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

background-color css

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

 a { background-color: rgb(134,147,142); }

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

border-color css

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

 span { border-color: rgb(134,147,142); }

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