#87968E

Color #87968E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #87968E

Tints of Granny Smith #87968E

Color information

#87968E (or 0x87968E) is unknown color: approx Granny Smith. HEX triplet: 87, 96 and 8E. RGB value is (135,150,142). Sum of RGB (Red+Green+Blue) = 135+150+142=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #87968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968E is #786971. Grayscale: #909090. Windows color (decimal): -7891314 or 9344647. OLE color: 9344647.

HSL color Cylindrical-coordinate representation of color #87968E: hue angle of 148º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87968E is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB135150142-
CMYK0.100.050.41
HSL148º6.67%55.88%-
HSV(B)148º10%58.82%-
XYZ25.7828.9229.81-
YUV144.6126.53121.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=31.62%
G=35.13%
B=33.26%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501420.100.050.411486.6755.88
Hex87968EA052994738
Octal207226216120551224770
Binary1000011110010110100011101010010110100110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87968E;
 }
 .AnyTagClassName
 {
   color: #87968E;
 }
</style>
background-color css

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

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

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

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

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

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