#81988C

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

Shades of Granny Smith #81988C

Tints of Granny Smith #81988C

Color information

#81988C (or 0x81988C) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 8C. RGB value is (129,152,140). Sum of RGB (Red+Green+Blue) = 129+152+140=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #81988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988C is #7E6773. Grayscale: #8F8F8F. Windows color (decimal): -8284020 or 9214081. OLE color: 9214081.

HSL color Cylindrical-coordinate representation of color #81988C: hue angle of 148.7º 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 #81988C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB129152140-
CMYK0.1500.080.40
HSL148.7º10.04%55.1%-
HSV(B)148.7º15.13%59.61%-
XYZ25.0229.0229.09-
YUV143.76125.88117.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=30.64%
G=36.10%
B=33.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521400.1500.080.40148.710.0455.1
Hex81988CF082895a37
Octal20123021417010502251267
Binary100000011001100010001100111101000101000100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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