Html Css Color HEX #74988E Granny Smith

📋 copy color: '#74988E'

red 116 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #74988E

Tints of Granny Smith #74988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 28.29%
G = 37.07%
B = 34.63%

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

#74988E (or 0x74988E) is known color: Granny Smith. HEX triplet: 74, 98 and 8E. RGB value is (116,152,142). Sum of RGB (Red+Green+Blue) = 116+152+142=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #74988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74988E is #8B6771. Grayscale: #8C8C8C. Windows color (decimal): -9135986 or 9345140. OLE color: 9345140.

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

Color convert

RGB 116 152 142 -
CMYK 0.24 0 0.07 0.40
HSL 163.33º 0.15% 0.53% -
HSV(B) 163.33º 0.24% 0.6% -
XYZ 23.31 28.12 29.79 -
YUV 140.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 116 152 142 0.24 0 0.07 0.40 163.33 0.15 0.53
Hex 74 98 8E 18 0 7 28 A3 F 35
Octal 164 230 216 30 0 7 50 243 17 65
Binary 1110100 10011000 10001110 11000 0 111 101000 10100011 1111 110101

Color Harmonies of #74988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74988E

Black with #74988E

Text Example


Text Example

White with #74988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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