Html Css Color HEX #86998E Granny Smith

📋 copy color: '#86998E'

red 134 ◦ green 153 ◦ blue 142

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

Shades of Granny Smith #86998E

Tints of Granny Smith #86998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 31.24%
G = 35.66%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#86998E (or 0x86998E) is known color: Granny Smith. HEX triplet: 86, 99 and 8E. RGB value is (134,153,142). Sum of RGB (Red+Green+Blue) = 134+153+142=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #86998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86998E is #796671. Grayscale: #929292. Windows color (decimal): -7956082 or 9345414. OLE color: 9345414.

HSL color Cylindrical-coordinate representation of color #86998E: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86998E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 142 -
CMYK 0.12 0 0.07 0.4
HSL 145.26º 0.09% 0.56% -
HSV(B) 145.26º 0.12% 0.6% -
XYZ 26.11 29.8 29.97 -
YUV 146.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 134 153 142 0.12 0 0.07 0.4 145.26 0.09 0.56
Hex 86 99 8E C 0 7 28 91 9 38
Octal 206 231 216 14 0 7 50 221 11 70
Binary 10000110 10011001 10001110 1100 0 111 101000 10010001 1001 111000

Color Harmonies of #86998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86998E

Black with #86998E

Text Example


Text Example

White with #86998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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