#81988B

Color #81988B Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #81988B

Tints of Granny Smith #81988B

Color information

#81988B (or 0x81988B) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 8B. RGB value is (129,152,139). Sum of RGB (Red+Green+Blue) = 129+152+139=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #81988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988B is #7E6774. Grayscale: #8F8F8F. Windows color (decimal): -8284021 or 9148545. OLE color: 9148545.

HSL color Cylindrical-coordinate representation of color #81988B: hue angle of 146.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81988B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB129152139-
CMYK0.1500.090.40
HSL146.09º10.04%55.1%-
HSV(B)146.09º15.13%59.61%-
XYZ24.9428.9928.71-
YUV143.64125.38117.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=30.71%
G=36.19%
B=33.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521390.1500.090.40146.0910.0455.1
Hex81988BF092892a37
Octal20123021317011502221267
Binary100000011001100010001011111101001101000100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81988B; }

 p { color: rgb(129,152,139); }

 H1.HeaderClassName
 {
   color: #81988B;
 }
 .AnyTagClassName
 {
   color: #81988B;
 }
</style>
background-color css

<style>
 a { background-color: #81988B; }

 a { background-color: rgb(129,152,139); }

 div.DivClassName
 {
   background-color: #81988B;
 }
 .BgClassName
 {
   background-color: #81988B;
 }
</style>
border-color css

<style>
 span { border-color: #81988B; }

 span { border-color: rgb(129,152,139); }

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