#71968C

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

Shades of Granny Smith #71968C

Tints of Granny Smith #71968C

Color information

#71968C (or 0x71968C) is unknown color: approx Granny Smith. HEX triplet: 71, 96 and 8C. RGB value is (113,150,140). Sum of RGB (Red+Green+Blue) = 113+150+140=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #71968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71968C is #8E6973. Grayscale: #898989. Windows color (decimal): -9333108 or 9213553. OLE color: 9213553.

HSL color Cylindrical-coordinate representation of color #71968C: hue angle of 163.78º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71968C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB113150140-
CMYK0.2500.070.41
HSL163.78º14.98%51.57%-
HSV(B)163.78º24.67%58.82%-
XYZ22.4527.2228.88-
YUV137.8129.24110.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=28.04%
G=37.22%
B=34.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131501400.2500.070.41163.7814.9851.57
Hex71968C190729a4f34
Octal1612262143107512441764
Binary11100011001011010001100110010111101001101001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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