#81988F

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

Shades of Granny Smith #81988F

Tints of Granny Smith #81988F

Color information

#81988F (or 0x81988F) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 8F. RGB value is (129,152,143). Sum of RGB (Red+Green+Blue) = 129+152+143=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #81988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988F is #7E6770. Grayscale: #909090. Windows color (decimal): -8284017 or 9410689. OLE color: 9410689.

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

Color convert

RGB129152143-
CMYK0.1500.060.40
HSL156.52º10.04%55.1%-
HSV(B)156.52º15.13%59.61%-
XYZ25.2429.1130.27-
YUV144.1127.38117.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.42%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=30.42%
G=35.85%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521430.1500.060.40156.5210.0455.1
Hex81988FF06289da37
Octal2012302171706502351267
Binary10000001100110001000111111110110101000100111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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