Html Css Color HEX #74988A Granny Smith

📋 copy color: '#74988A'

red 116 ◦ green 152 ◦ blue 138

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

Shades of Granny Smith #74988A

Tints of Granny Smith #74988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 28.57%
G = 37.44%
B = 33.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#74988A (or 0x74988A) is known color: Granny Smith. HEX triplet: 74, 98 and 8A. RGB value is (116,152,138). Sum of RGB (Red+Green+Blue) = 116+152+138=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #74988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74988A is #8B6775. Grayscale: #8B8B8B. Windows color (decimal): -9135990 or 9082996. OLE color: 9082996.

HSL color Cylindrical-coordinate representation of color #74988A: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74988A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 138 -
CMYK 0.24 0 0.09 0.40
HSL 156.67º 0.15% 0.53% -
HSV(B) 156.67º 0.24% 0.6% -
XYZ 23.02 28 28.24 -
YUV 139.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 116 152 138 0.24 0 0.09 0.40 156.67 0.15 0.53
Hex 74 98 8A 18 0 9 28 9D F 35
Octal 164 230 212 30 0 11 50 235 17 65
Binary 1110100 10011000 10001010 11000 0 1001 101000 10011101 1111 110101

Color Harmonies of #74988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74988A

Black with #74988A

Text Example


Text Example

White with #74988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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