Html Css Color HEX #87928E Granny Smith

📋 copy color: '#87928E'

red 135 ◦ green 146 ◦ blue 142

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

Shades of Granny Smith #87928E

Tints of Granny Smith #87928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 31.91%
G = 34.52%
B = 33.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#87928E (or 0x87928E) is known color: Granny Smith. HEX triplet: 87, 92 and 8E. RGB value is (135,146,142). Sum of RGB (Red+Green+Blue) = 135+146+142=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #87928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928E is #786D71. Grayscale: #8E8E8E. Windows color (decimal): -7892338 or 9343623. OLE color: 9343623.

HSL color Cylindrical-coordinate representation of color #87928E: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928E is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 146 142 -
CMYK 0.08 0 0.03 0.43
HSL 158.18º 0.05% 0.55% -
HSV(B) 158.18º 0.08% 0.57% -
XYZ 25.15 27.66 29.6 -
YUV 142.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 135 146 142 0.08 0 0.03 0.43 158.18 0.05 0.55
Hex 87 92 8E 8 0 3 2B 9E 5 37
Octal 207 222 216 10 0 3 53 236 5 67
Binary 10000111 10010010 10001110 1000 0 11 101011 10011110 101 110111

Color Harmonies of #87928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87928E

Black with #87928E

Text Example


Text Example

White with #87928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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