#71988C

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

Shades of Granny Smith #71988C

Tints of Granny Smith #71988C

Color information

#71988C (or 0x71988C) is unknown color: approx Granny Smith. HEX triplet: 71, 98 and 8C. RGB value is (113,152,140). Sum of RGB (Red+Green+Blue) = 113+152+140=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #71988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71988C is #8E6773. Grayscale: #8A8A8A. Windows color (decimal): -9332596 or 9214065. OLE color: 9214065.

HSL color Cylindrical-coordinate representation of color #71988C: hue angle of 161.54º 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 #71988C is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB113152140-
CMYK0.2600.080.40
HSL161.54º15.92%51.96%-
HSV(B)161.54º25.66%59.61%-
XYZ22.7727.8628.99-
YUV138.97128.58109.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=27.90%
G=37.53%
B=34.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521400.2600.080.40161.5415.9251.96
Hex71988C1A0828a21034
Octal16123021432010502422064
Binary1110001100110001000110011010010001010001010001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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