Html Css Color HEX #74978D Granny Smith

📋 copy color: '#74978D'

red 116 ◦ green 151 ◦ blue 141

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

Shades of Granny Smith #74978D

Tints of Granny Smith #74978D

RGB

 RED value IS 116 (45.7% from 255) = 28.43%

 GREEN value IS 151 (59.38% from 255) = 37.01%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 28.43%
G = 37.01%
B = 34.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#74978D (or 0x74978D) is known color: Granny Smith. HEX triplet: 74, 97 and 8D. RGB value is (116,151,141). Sum of RGB (Red+Green+Blue) = 116+151+141=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #74978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74978D is #8B6872. Grayscale: #8B8B8B. Windows color (decimal): -9136243 or 9279348. OLE color: 9279348.

HSL color Cylindrical-coordinate representation of color #74978D: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74978D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 141 -
CMYK 0.23 0 0.07 0.41
HSL 162.86º 0.14% 0.52% -
HSV(B) 162.86º 0.23% 0.59% -
XYZ 23.08 27.77 29.34 -
YUV 139.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 116 151 141 0.23 0 0.07 0.41 162.86 0.14 0.52
Hex 74 97 8D 17 0 7 29 A3 E 34
Octal 164 227 215 27 0 7 51 243 16 64
Binary 1110100 10010111 10001101 10111 0 111 101001 10100011 1110 110100

Color Harmonies of #74978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74978D

Black with #74978D

Text Example


Text Example

White with #74978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74978D;
 }
 .AnyTagClassName
 {
   color: #74978D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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