Html Css Color HEX #86948F Granny Smith

📋 copy color: '#86948F'

red 134 ◦ green 148 ◦ blue 143

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

Shades of Granny Smith #86948F

Tints of Granny Smith #86948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 31.53%
G = 34.82%
B = 33.65%

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

#86948F (or 0x86948F) is known color: Granny Smith. HEX triplet: 86, 94 and 8F. RGB value is (134,148,143). Sum of RGB (Red+Green+Blue) = 134+148+143=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #86948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948F is #796B70. Grayscale: #8F8F8F. Windows color (decimal): -7957361 or 9409670. OLE color: 9409670.

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

Color convert

RGB 134 148 143 -
CMYK 0.09 0 0.03 0.42
HSL 158.57º 0.06% 0.55% -
HSV(B) 158.57º 0.09% 0.58% -
XYZ 25.38 28.23 30.1 -
YUV 143.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 134 148 143 0.09 0 0.03 0.42 158.57 0.06 0.55
Hex 86 94 8F 9 0 3 2A 9F 6 37
Octal 206 224 217 11 0 3 52 237 6 67
Binary 10000110 10010100 10001111 1001 0 11 101010 10011111 110 110111

Color Harmonies of #86948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86948F

Black with #86948F

Text Example


Text Example

White with #86948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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