Html Css Color HEX #87938D Granny Smith

📋 copy color: '#87938D'

red 135 ◦ green 147 ◦ blue 141

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

Shades of Granny Smith #87938D

Tints of Granny Smith #87938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 31.91%
G = 34.75%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#87938D (or 0x87938D) is known color: Granny Smith. HEX triplet: 87, 93 and 8D. RGB value is (135,147,141). Sum of RGB (Red+Green+Blue) = 135+147+141=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #87938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938D is #786C72. Grayscale: #8E8E8E. Windows color (decimal): -7892083 or 9278343. OLE color: 9278343.

HSL color Cylindrical-coordinate representation of color #87938D: hue angle of 150º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87938D is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 147 141 -
CMYK 0.08 0 0.04 0.42
HSL 150º 0.05% 0.55% -
HSV(B) 150º 0.08% 0.58% -
XYZ 25.23 27.94 29.26 -
YUV 142.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 135 147 141 0.08 0 0.04 0.42 150 0.05 0.55
Hex 87 93 8D 8 0 4 2A 96 5 37
Octal 207 223 215 10 0 4 52 226 5 67
Binary 10000111 10010011 10001101 1000 0 100 101010 10010110 101 110111

Color Harmonies of #87938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87938D

Black with #87938D

Text Example


Text Example

White with #87938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87938D; }

 p { color: rgb(135,147,141); }

 H1.HeaderClassName
 {
   color: #87938D;
 }
 .AnyTagClassName
 {
   color: #87938D;
 }
</style>

background-color css

<style>
 a { background-color: #87938D; }

 a { background-color: rgb(135,147,141); }

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

border-color css

<style>
 span { border-color: #87938D; }

 span { border-color: rgb(135,147,141); }

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