Html Css Color HEX #818D86 Granny Smith

📋 copy color: '#818D86'

red 129 ◦ green 141 ◦ blue 134

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

Shades of Granny Smith #818D86

Tints of Granny Smith #818D86

RGB

 RED value IS 129 (50.78% from 255) = 31.93%

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 31.93%
G = 34.9%
B = 33.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#818D86 (or 0x818D86) is known color: Granny Smith. HEX triplet: 81, 8D and 86. RGB value is (129,141,134). Sum of RGB (Red+Green+Blue) = 129+141+134=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #818D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D86 is #7E7279. Grayscale: #888888. Windows color (decimal): -8286842 or 8818049. OLE color: 8818049.

HSL color Cylindrical-coordinate representation of color #818D86: hue angle of 145º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818D86 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 141 134 -
CMYK 0.09 0 0.05 0.45
HSL 145º 0.05% 0.53% -
HSV(B) 145º 0.09% 0.55% -
XYZ 22.88 25.44 26.26 -
YUV 136.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 129 141 134 0.09 0 0.05 0.45 145 0.05 0.53
Hex 81 8D 86 9 0 5 2D 91 5 35
Octal 201 215 206 11 0 5 55 221 5 65
Binary 10000001 10001101 10000110 1001 0 101 101101 10010001 101 110101

Color Harmonies of #818D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818D86

Black with #818D86

Text Example


Text Example

White with #818D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818D86; }

 p { color: rgb(129,141,134); }

 H1.HeaderClassName
 {
   color: #818D86;
 }
 .AnyTagClassName
 {
   color: #818D86;
 }
</style>

background-color css

<style>
 a { background-color: #818D86; }

 a { background-color: rgb(129,141,134); }

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

border-color css

<style>
 span { border-color: #818D86; }

 span { border-color: rgb(129,141,134); }

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