Html Css Color HEX #87938E Granny Smith

📋 copy color: '#87938E'

red 135 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #87938E

Tints of Granny Smith #87938E

RGB

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

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

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

R = 31.84%
G = 34.67%
B = 33.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#87938E (or 0x87938E) is known color: Granny Smith. HEX triplet: 87, 93 and 8E. RGB value is (135,147,142). Sum of RGB (Red+Green+Blue) = 135+147+142=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #87938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938E is #786C71. Grayscale: #8E8E8E. Windows color (decimal): -7892082 or 9343879. OLE color: 9343879.

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

Color convert

RGB 135 147 142 -
CMYK 0.08 0 0.03 0.42
HSL 155º 0.05% 0.55% -
HSV(B) 155º 0.08% 0.58% -
XYZ 25.31 27.97 29.66 -
YUV 142.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 135 147 142 0.08 0 0.03 0.42 155 0.05 0.55
Hex 87 93 8E 8 0 3 2A 9B 5 37
Octal 207 223 216 10 0 3 52 233 5 67
Binary 10000111 10010011 10001110 1000 0 11 101010 10011011 101 110111

Color Harmonies of #87938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87938E

Black with #87938E

Text Example


Text Example

White with #87938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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