Html Css Color HEX #74998B Granny Smith

📋 copy color: '#74998B'

red 116 ◦ green 153 ◦ blue 139

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

Shades of Granny Smith #74998B

Tints of Granny Smith #74998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 28.43%
G = 37.5%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#74998B (or 0x74998B) is known color: Granny Smith. HEX triplet: 74, 99 and 8B. RGB value is (116,153,139). Sum of RGB (Red+Green+Blue) = 116+153+139=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #74998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74998B is #8B6674. Grayscale: #8C8C8C. Windows color (decimal): -9135733 or 9148788. OLE color: 9148788.

HSL color Cylindrical-coordinate representation of color #74998B: hue angle of 157.3º 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 #74998B is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 139 -
CMYK 0.24 0 0.09 0.4
HSL 157.3º 0.15% 0.53% -
HSV(B) 157.3º 0.24% 0.6% -
XYZ 23.25 28.36 28.67 -
YUV 140.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 116 153 139 0.24 0 0.09 0.4 157.3 0.15 0.53
Hex 74 99 8B 18 0 9 28 9D F 35
Octal 164 231 213 30 0 11 50 235 17 65
Binary 1110100 10011001 10001011 11000 0 1001 101000 10011101 1111 110101

Color Harmonies of #74998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74998B

Black with #74998B

Text Example


Text Example

White with #74998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74998B; }

 p { color: rgb(116,153,139); }

 H1.HeaderClassName
 {
   color: #74998B;
 }
 .AnyTagClassName
 {
   color: #74998B;
 }
</style>

background-color css

<style>
 a { background-color: #74998B; }

 a { background-color: rgb(116,153,139); }

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

border-color css

<style>
 span { border-color: #74998B; }

 span { border-color: rgb(116,153,139); }

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