Html Css Color HEX #86948D Granny Smith

📋 copy color: '#86948D'

red 134 ◦ green 148 ◦ blue 141

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

Shades of Granny Smith #86948D

Tints of Granny Smith #86948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 31.68%
G = 34.99%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#86948D (or 0x86948D) is known color: Granny Smith. HEX triplet: 86, 94 and 8D. RGB value is (134,148,141). Sum of RGB (Red+Green+Blue) = 134+148+141=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #86948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948D is #796B72. Grayscale: #8F8F8F. Windows color (decimal): -7957363 or 9278598. OLE color: 9278598.

HSL color Cylindrical-coordinate representation of color #86948D: hue angle of 150º 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 #86948D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 141 -
CMYK 0.09 0 0.05 0.42
HSL 150º 0.06% 0.55% -
HSV(B) 150º 0.09% 0.58% -
XYZ 25.23 28.17 29.31 -
YUV 143.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 134 148 141 0.09 0 0.05 0.42 150 0.06 0.55
Hex 86 94 8D 9 0 5 2A 96 6 37
Octal 206 224 215 11 0 5 52 226 6 67
Binary 10000110 10010100 10001101 1001 0 101 101010 10010110 110 110111

Color Harmonies of #86948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86948D

Black with #86948D

Text Example


Text Example

White with #86948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86948D; }

 p { color: rgb(134,148,141); }

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

background-color css

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

 a { background-color: rgb(134,148,141); }

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

border-color css

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

 span { border-color: rgb(134,148,141); }

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