#81998F

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

Shades of Granny Smith #81998F

Tints of Granny Smith #81998F

Color information

#81998F (or 0x81998F) is unknown color: approx Granny Smith. HEX triplet: 81, 99 and 8F. RGB value is (129,153,143). Sum of RGB (Red+Green+Blue) = 129+153+143=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #81998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81998F is #7E6670. Grayscale: #909090. Windows color (decimal): -8283761 or 9410945. OLE color: 9410945.

HSL color Cylindrical-coordinate representation of color #81998F: hue angle of 155º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81998F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB129153143-
CMYK0.1600.070.4
HSL155º10.53%55.29%-
HSV(B)155º15.69%60%-
XYZ25.429.4330.33-
YUV144.68127.05116.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=30.35%
G=36%
B=33.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291531430.1600.070.415510.5355.29
Hex81998F1007289bb37
Octal2012312172007502331367
Binary100000011001100110001111100000111101000100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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