Html Css Color HEX #87948E Granny Smith

📋 copy color: '#87948E'

red 135 ◦ green 148 ◦ blue 142

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

Shades of Granny Smith #87948E

Tints of Granny Smith #87948E

RGB

 RED value IS 135 (53.13% from 255) = 31.76%

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

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

R = 31.76%
G = 34.82%
B = 33.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#87948E (or 0x87948E) is known color: Granny Smith. HEX triplet: 87, 94 and 8E. RGB value is (135,148,142). Sum of RGB (Red+Green+Blue) = 135+148+142=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #87948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87948E is #786B71. Grayscale: #8F8F8F. Windows color (decimal): -7891826 or 9344135. OLE color: 9344135.

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

Color convert

RGB 135 148 142 -
CMYK 0.09 0 0.04 0.42
HSL 152.31º 0.06% 0.55% -
HSV(B) 152.31º 0.09% 0.58% -
XYZ 25.46 28.28 29.71 -
YUV 143.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 135 148 142 0.09 0 0.04 0.42 152.31 0.06 0.55
Hex 87 94 8E 9 0 4 2A 98 6 37
Octal 207 224 216 11 0 4 52 230 6 67
Binary 10000111 10010100 10001110 1001 0 100 101010 10011000 110 110111

Color Harmonies of #87948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87948E

Black with #87948E

Text Example


Text Example

White with #87948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,148,142); }

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

background-color css

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

 a { background-color: rgb(135,148,142); }

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

border-color css

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

 span { border-color: rgb(135,148,142); }

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