Html Css Color HEX #87816E Granite Green

📋 copy color: '#87816E'

red 135 ◦ green 129 ◦ blue 110

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

Shades of Granite Green #87816E

Tints of Granite Green #87816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 36.1%
G = 34.49%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87816E (or 0x87816E) is known color: Granite Green. HEX triplet: 87, 81 and 6E. RGB value is (135,129,110). Sum of RGB (Red+Green+Blue) = 135+129+110=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816E is #787E91. Grayscale: #808080. Windows color (decimal): -7896722 or 7242119. OLE color: 7242119.

HSL color Cylindrical-coordinate representation of color #87816E: hue angle of 45.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87816E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 129 110 -
CMYK 0 0.04 0.19 0.47
HSL 45.6º 0.1% 0.48% -
HSV(B) 45.6º 0.19% 0.53% -
XYZ 20.66 21.98 17.91 -
YUV 128.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 135 129 110 0 0.04 0.19 0.47 45.6 0.1 0.48
Hex 87 81 6E 0 4 13 2F 2E A 30
Octal 207 201 156 0 4 23 57 56 12 60
Binary 10000111 10000001 1101110 0 100 10011 101111 101110 1010 110000

Color Harmonies of #87816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87816E

Black with #87816E

Text Example


Text Example

White with #87816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,129,110); }

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

background-color css

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

 a { background-color: rgb(135,129,110); }

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

border-color css

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

 span { border-color: rgb(135,129,110); }

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