#81958A

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

Shades of Granny Smith #81958A

Tints of Granny Smith #81958A

Color information

#81958A (or 0x81958A) is unknown color: approx Granny Smith. HEX triplet: 81, 95 and 8A. RGB value is (129,149,138). Sum of RGB (Red+Green+Blue) = 129+149+138=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #81958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81958A is #7E6A75. Grayscale: #8D8D8D. Windows color (decimal): -8284790 or 9082241. OLE color: 9082241.

HSL color Cylindrical-coordinate representation of color #81958A: hue angle of 147º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81958A is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB129149138-
CMYK0.1300.070.42
HSL147º8.62%54.51%-
HSV(B)147º13.42%58.43%-
XYZ24.392828.16-
YUV141.77125.87118.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=31.01%
G=35.82%
B=33.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291491380.1300.070.421478.6254.51
Hex81958AD072A93937
Octal2012252121507522231167
Binary10000001100101011000101011010111101010100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81958A; }

 p { color: rgb(129,149,138); }

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

<style>
 a { background-color: #81958A; }

 a { background-color: rgb(129,149,138); }

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

<style>
 span { border-color: #81958A; }

 span { border-color: rgb(129,149,138); }

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