#74857F

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

Shades of Granny Smith #74857F

Tints of Granny Smith #74857F

Color information

#74857F (or 0x74857F) is unknown color: approx Granny Smith. HEX triplet: 74, 85 and 7F. RGB value is (116,133,127). Sum of RGB (Red+Green+Blue) = 116+133+127=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #74857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857F is #8B7A80. Grayscale: #7F7F7F. Windows color (decimal): -9140865 or 8357236. OLE color: 8357236.

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

Color convert

RGB116133127-
CMYK0.1300.050.48
HSL158.82º6.83%48.82%-
HSV(B)158.82º12.78%52.16%-
XYZ19.4222.0223.31-
YUV127.23127.87119.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 127 (50% from 255) = 33.78%
R=30.85%
G=35.37%
B=33.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331270.1300.050.48158.826.8348.82
Hex74857FD05309f731
Octal164205177150560237761
Binary11101001000010111111111101010111000010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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