Html Css Color HEX #74998D Granny Smith

📋 copy color: '#74998D'

red 116 ◦ green 153 ◦ blue 141

#74998D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #74998D

Tints of Granny Smith #74998D

RGB

 RED value IS 116 (45.7% 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 value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#74998D (or 0x74998D) is known color: 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

RGB 116 153 141 -
CMYK 0.24 0 0.08 0.4
HSL 160.54º 0.15% 0.53% -
HSV(B) 160.54º 0.24% 0.6% -
XYZ 23.4 28.42 29.45 -
YUV 140.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 116 153 141 0.24 0 0.08 0.4 160.54 0.15 0.53
Hex 74 99 8D 18 0 8 28 A1 F 35
Octal 164 231 215 30 0 10 50 241 17 65
Binary 1110100 10011001 10001101 11000 0 1000 101000 10100001 1111 110101

Color Harmonies of #74998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74998D

Black with #74998D

Text Example


Text Example

White with #74998D

Text Example


Text Example

HTML Codes & Css Web 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>