#72968C

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

Shades of Granny Smith #72968C

Tints of Granny Smith #72968C

Color information

#72968C (or 0x72968C) is unknown color: approx Granny Smith. HEX triplet: 72, 96 and 8C. RGB value is (114,150,140). Sum of RGB (Red+Green+Blue) = 114+150+140=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #72968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72968C is #8D6973. Grayscale: #8A8A8A. Windows color (decimal): -9267572 or 9213554. OLE color: 9213554.

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

Color convert

RGB114150140-
CMYK0.2400.070.41
HSL163.33º14.63%51.76%-
HSV(B)163.33º24%58.82%-
XYZ22.5827.2828.89-
YUV138.1129.07110.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=28.22%
G=37.13%
B=34.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501400.2400.070.41163.3314.6351.76
Hex72968C180729a3f34
Octal1622262143007512431764
Binary11100101001011010001100110000111101001101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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