Html Css Color HEX #86958C Granny Smith

📋 copy color: '#86958C'

red 134 ◦ green 149 ◦ blue 140

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

Shades of Granny Smith #86958C

Tints of Granny Smith #86958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 31.68%
G = 35.22%
B = 33.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#86958C (or 0x86958C) is known color: Granny Smith. HEX triplet: 86, 95 and 8C. RGB value is (134,149,140). Sum of RGB (Red+Green+Blue) = 134+149+140=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #86958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958C is #796A73. Grayscale: #8F8F8F. Windows color (decimal): -7957108 or 9213318. OLE color: 9213318.

HSL color Cylindrical-coordinate representation of color #86958C: hue angle of 144º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 140 -
CMYK 0.10 0 0.06 0.42
HSL 144º 0.07% 0.55% -
HSV(B) 144º 0.1% 0.58% -
XYZ 25.31 28.46 28.97 -
YUV 143.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 134 149 140 0.10 0 0.06 0.42 144 0.07 0.55
Hex 86 95 8C A 0 6 2A 90 7 37
Octal 206 225 214 12 0 6 52 220 7 67
Binary 10000110 10010101 10001100 1010 0 110 101010 10010000 111 110111

Color Harmonies of #86958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86958C

Black with #86958C

Text Example


Text Example

White with #86958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86958C; }

 p { color: rgb(134,149,140); }

 H1.HeaderClassName
 {
   color: #86958C;
 }
 .AnyTagClassName
 {
   color: #86958C;
 }
</style>

background-color css

<style>
 a { background-color: #86958C; }

 a { background-color: rgb(134,149,140); }

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

border-color css

<style>
 span { border-color: #86958C; }

 span { border-color: rgb(134,149,140); }

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