Html Css Color HEX #74978C Granny Smith

📋 copy color: '#74978C'

red 116 ◦ green 151 ◦ blue 140

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

Shades of Granny Smith #74978C

Tints of Granny Smith #74978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 28.5%
G = 37.1%
B = 34.4%

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

#74978C (or 0x74978C) is known color: Granny Smith. HEX triplet: 74, 97 and 8C. RGB value is (116,151,140). Sum of RGB (Red+Green+Blue) = 116+151+140=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #74978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74978C is #8B6873. Grayscale: #8B8B8B. Windows color (decimal): -9136244 or 9213812. OLE color: 9213812.

HSL color Cylindrical-coordinate representation of color #74978C: hue angle of 161.14º 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 #74978C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 140 -
CMYK 0.23 0 0.07 0.41
HSL 161.14º 0.14% 0.52% -
HSV(B) 161.14º 0.23% 0.59% -
XYZ 23 27.74 28.95 -
YUV 139.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 116 151 140 0.23 0 0.07 0.41 161.14 0.14 0.52
Hex 74 97 8C 17 0 7 29 A1 E 34
Octal 164 227 214 27 0 7 51 241 16 64
Binary 1110100 10010111 10001100 10111 0 111 101001 10100001 1110 110100

Color Harmonies of #74978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74978C

Black with #74978C

Text Example


Text Example

White with #74978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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