Html Css Color HEX #87947D Spanish Green

📋 copy color: '#87947D'

red 135 ◦ green 148 ◦ blue 125

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

Shades of Spanish Green #87947D

Tints of Spanish Green #87947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 33.09%
G = 36.27%
B = 30.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#87947D (or 0x87947D) is known color: Spanish Green. HEX triplet: 87, 94 and 7D. RGB value is (135,148,125). Sum of RGB (Red+Green+Blue) = 135+148+125=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #87947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947D is #786B82. Grayscale: #8D8D8D. Windows color (decimal): -7891843 or 8230023. OLE color: 8230023.

HSL color Cylindrical-coordinate representation of color #87947D: hue angle of 93.91º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87947D is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 125 -
CMYK 0.09 0 0.16 0.42
HSL 93.91º 0.1% 0.54% -
HSV(B) 93.91º 0.16% 0.58% -
XYZ 24.28 27.81 23.49 -
YUV 141.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 135 148 125 0.09 0 0.16 0.42 93.91 0.1 0.54
Hex 87 94 7D 9 0 10 2A 5E A 36
Octal 207 224 175 11 0 20 52 136 12 66
Binary 10000111 10010100 1111101 1001 0 10000 101010 1011110 1010 110110

Color Harmonies of #87947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87947D

Black with #87947D

Text Example


Text Example

White with #87947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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