#74998D

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

Shades of Granny Smith #74998D

Tints of Granny Smith #74998D

Color information

#74998D (or 0x74998D) is unknown color: approx Granny Smith. HEX triplet: 74, 99 and 8D. RGB value is (116,153,141). Sum of RGB (Red+Green+Blue) = 116+153+141=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #74998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74998D is #8B6672. Grayscale: #8C8C8C. Windows color (decimal): -9135731 or 9279860. OLE color: 9279860.

HSL color Cylindrical-coordinate representation of color #74998D: hue angle of 160.54º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74998D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB116153141-
CMYK0.2400.080.4
HSL160.54º15.35%52.75%-
HSV(B)160.54º24.18%60%-
XYZ23.428.4229.45-
YUV140.57128.24110.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=28.29%
G=37.32%
B=34.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531410.2400.080.4160.5415.3552.75
Hex74998D180828a1f35
Octal16423121530010502411765
Binary111010010011001100011011100001000101000101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74998D; }

 p { color: rgb(116,153,141); }

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

<style>
 a { background-color: #74998D; }

 a { background-color: rgb(116,153,141); }

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

<style>
 span { border-color: #74998D; }

 span { border-color: rgb(116,153,141); }

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