#71988A

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

Shades of Granny Smith #71988A

Tints of Granny Smith #71988A

Color information

#71988A (or 0x71988A) is unknown color: approx Granny Smith. HEX triplet: 71, 98 and 8A. RGB value is (113,152,138). Sum of RGB (Red+Green+Blue) = 113+152+138=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #71988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71988A is #8E6775. Grayscale: #8A8A8A. Windows color (decimal): -9332598 or 9082993. OLE color: 9082993.

HSL color Cylindrical-coordinate representation of color #71988A: hue angle of 158.46º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71988A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB113152138-
CMYK0.2600.090.40
HSL158.46º15.92%51.96%-
HSV(B)158.46º25.66%59.61%-
XYZ22.6327.828.22-
YUV138.74127.58109.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=28.04%
G=37.72%
B=34.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521380.2600.090.40158.4615.9251.96
Hex71988A1A09289e1034
Octal16123021232011502362064
Binary1110001100110001000101011010010011010001001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,152,138); }

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

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

 a { background-color: rgb(113,152,138); }

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

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

 span { border-color: rgb(113,152,138); }

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