#76867F

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

Shades of Granny Smith #76867F

Tints of Granny Smith #76867F

Color information

#76867F (or 0x76867F) is unknown color: approx Granny Smith. HEX triplet: 76, 86 and 7F. RGB value is (118,134,127). Sum of RGB (Red+Green+Blue) = 118+134+127=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #76867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76867F is #897980. Grayscale: #808080. Windows color (decimal): -9009537 or 8357494. OLE color: 8357494.

HSL color Cylindrical-coordinate representation of color #76867F: hue angle of 153.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76867F is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB118134127-
CMYK0.1200.050.47
HSL153.75º6.35%49.41%-
HSV(B)153.75º11.94%52.55%-
XYZ19.8322.4323.36-
YUV128.42127.2120.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 127 (50% from 255) = 33.51%
R=31.13%
G=35.36%
B=33.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341270.1200.050.47153.756.3549.41
Hex76867FC052F9a631
Octal166206177140557232661
Binary11101101000011011111111100010110111110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76867F; }

 p { color: rgb(118,134,127); }

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

<style>
 a { background-color: #76867F; }

 a { background-color: rgb(118,134,127); }

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

<style>
 span { border-color: #76867F; }

 span { border-color: rgb(118,134,127); }

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