Html Css Color HEX #74948A Granny Smith

📋 copy color: '#74948A'

red 116 ◦ green 148 ◦ blue 138

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

Shades of Granny Smith #74948A

Tints of Granny Smith #74948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 28.86%
G = 36.82%
B = 34.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#74948A (or 0x74948A) is known color: Granny Smith. HEX triplet: 74, 94 and 8A. RGB value is (116,148,138). Sum of RGB (Red+Green+Blue) = 116+148+138=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #74948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74948A is #8B6B75. Grayscale: #898989. Windows color (decimal): -9137014 or 9081972. OLE color: 9081972.

HSL color Cylindrical-coordinate representation of color #74948A: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74948A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 138 -
CMYK 0.22 0 0.07 0.42
HSL 161.25º 0.13% 0.52% -
HSV(B) 161.25º 0.22% 0.58% -
XYZ 22.38 26.73 28.02 -
YUV 137.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 116 148 138 0.22 0 0.07 0.42 161.25 0.13 0.52
Hex 74 94 8A 16 0 7 2A A1 D 34
Octal 164 224 212 26 0 7 52 241 15 64
Binary 1110100 10010100 10001010 10110 0 111 101010 10100001 1101 110100

Color Harmonies of #74948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74948A

Black with #74948A

Text Example


Text Example

White with #74948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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