#74867F

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

Shades of Granny Smith #74867F

Tints of Granny Smith #74867F

Color information

#74867F (or 0x74867F) is unknown color: approx Granny Smith. HEX triplet: 74, 86 and 7F. RGB value is (116,134,127). Sum of RGB (Red+Green+Blue) = 116+134+127=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #74867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74867F is #8B7980. Grayscale: #7F7F7F. Windows color (decimal): -9140609 or 8357492. OLE color: 8357492.

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

Color convert

RGB116134127-
CMYK0.1300.050.47
HSL156.67º7.2%49.02%-
HSV(B)156.67º13.43%52.55%-
XYZ19.5622.323.35-
YUV127.82127.54119.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 127 (50% from 255) = 33.69%
R=30.77%
G=35.54%
B=33.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341270.1300.050.47156.677.249.02
Hex74867FD052F9d731
Octal164206177150557235761
Binary11101001000011011111111101010110111110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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