Html Css Color HEX #74988D Granny Smith

📋 copy color: '#74988D'

red 116 ◦ green 152 ◦ blue 141

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

Shades of Granny Smith #74988D

Tints of Granny Smith #74988D

RGB

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

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

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

R = 28.36%
G = 37.16%
B = 34.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#74988D (or 0x74988D) is known color: Granny Smith. HEX triplet: 74, 98 and 8D. RGB value is (116,152,141). Sum of RGB (Red+Green+Blue) = 116+152+141=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #74988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74988D is #8B6772. Grayscale: #8B8B8B. Windows color (decimal): -9135987 or 9279604. OLE color: 9279604.

HSL color Cylindrical-coordinate representation of color #74988D: hue angle of 161.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 #74988D is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 141 -
CMYK 0.24 0 0.07 0.40
HSL 161.67º 0.15% 0.53% -
HSV(B) 161.67º 0.24% 0.6% -
XYZ 23.24 28.09 29.4 -
YUV 139.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 116 152 141 0.24 0 0.07 0.40 161.67 0.15 0.53
Hex 74 98 8D 18 0 7 28 A2 F 35
Octal 164 230 215 30 0 7 50 242 17 65
Binary 1110100 10011000 10001101 11000 0 111 101000 10100010 1111 110101

Color Harmonies of #74988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74988D

Black with #74988D

Text Example


Text Example

White with #74988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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