#76928B

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

Shades of Granny Smith #76928B

Tints of Granny Smith #76928B

Color information

#76928B (or 0x76928B) is unknown color: approx Granny Smith. HEX triplet: 76, 92 and 8B. RGB value is (118,146,139). Sum of RGB (Red+Green+Blue) = 118+146+139=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #76928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76928B is #896D74. Grayscale: #888888. Windows color (decimal): -9006453 or 9146998. OLE color: 9146998.

HSL color Cylindrical-coordinate representation of color #76928B: hue angle of 165º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76928B is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB118146139-
CMYK0.1900.050.43
HSL165º11.38%51.76%-
HSV(B)165º19.18%57.25%-
XYZ22.4126.2728.32-
YUV136.83129.22114.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=29.28%
G=36.23%
B=34.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461390.1900.050.4316511.3851.76
Hex76928B13052Ba5b34
Octal1662222132305532451364
Binary11101101001001010001011100110101101011101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,146,139); }

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

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

 a { background-color: rgb(118,146,139); }

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

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

 span { border-color: rgb(118,146,139); }

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