Html Css Color HEX #74968D Granny Smith

📋 copy color: '#74968D'

red 116 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #74968D

Tints of Granny Smith #74968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 28.5%
G = 36.86%
B = 34.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#74968D (or 0x74968D) is known color: Granny Smith. HEX triplet: 74, 96 and 8D. RGB value is (116,150,141). Sum of RGB (Red+Green+Blue) = 116+150+141=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #74968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968D is #8B6972. Grayscale: #8A8A8A. Windows color (decimal): -9136499 or 9279092. OLE color: 9279092.

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

Color convert

RGB 116 150 141 -
CMYK 0.23 0 0.06 0.41
HSL 164.12º 0.14% 0.52% -
HSV(B) 164.12º 0.23% 0.59% -
XYZ 22.92 27.45 29.29 -
YUV 138.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 116 150 141 0.23 0 0.06 0.41 164.12 0.14 0.52
Hex 74 96 8D 17 0 6 29 A4 E 34
Octal 164 226 215 27 0 6 51 244 16 64
Binary 1110100 10010110 10001101 10111 0 110 101001 10100100 1110 110100

Color Harmonies of #74968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74968D

Black with #74968D

Text Example


Text Example

White with #74968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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