#81908B

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

Shades of Granny Smith #81908B

Tints of Granny Smith #81908B

Color information

#81908B (or 0x81908B) is unknown color: approx Granny Smith. HEX triplet: 81, 90 and 8B. RGB value is (129,144,139). Sum of RGB (Red+Green+Blue) = 129+144+139=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #81908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81908B is #7E6F74. Grayscale: #8A8A8A. Windows color (decimal): -8286069 or 9146497. OLE color: 9146497.

HSL color Cylindrical-coordinate representation of color #81908B: hue angle of 160º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #81908B is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB129144139-
CMYK0.1000.030.44
HSL160º6.33%53.53%-
HSV(B)160º10.42%56.47%-
XYZ23.6926.4828.29-
YUV138.94128.03120.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=31.31%
G=34.95%
B=33.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291441390.1000.030.441606.3353.53
Hex81908BA032Ca0636
Octal201220213120354240666
Binary100000011001000010001011101001110110010100000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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