Html Css Color HEX #74968A Granny Smith

📋 copy color: '#74968A'

red 116 ◦ green 150 ◦ blue 138

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

Shades of Granny Smith #74968A

Tints of Granny Smith #74968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 28.71%
G = 37.13%
B = 34.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#74968A (or 0x74968A) is known color: Granny Smith. HEX triplet: 74, 96 and 8A. RGB value is (116,150,138). Sum of RGB (Red+Green+Blue) = 116+150+138=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #74968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968A is #8B6975. Grayscale: #8A8A8A. Windows color (decimal): -9136502 or 9082484. OLE color: 9082484.

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

Color convert

RGB 116 150 138 -
CMYK 0.23 0 0.08 0.41
HSL 158.82º 0.14% 0.52% -
HSV(B) 158.82º 0.23% 0.59% -
XYZ 22.7 27.36 28.13 -
YUV 138.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 116 150 138 0.23 0 0.08 0.41 158.82 0.14 0.52
Hex 74 96 8A 17 0 8 29 9F E 34
Octal 164 226 212 27 0 10 51 237 16 64
Binary 1110100 10010110 10001010 10111 0 1000 101001 10011111 1110 110100

Color Harmonies of #74968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74968A

Black with #74968A

Text Example


Text Example

White with #74968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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