Html Css Color HEX #74938B Granny Smith

📋 copy color: '#74938B'

red 116 ◦ green 147 ◦ blue 139

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

Shades of Granny Smith #74938B

Tints of Granny Smith #74938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 28.86%
G = 36.57%
B = 34.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#74938B (or 0x74938B) is known color: Granny Smith. HEX triplet: 74, 93 and 8B. RGB value is (116,147,139). Sum of RGB (Red+Green+Blue) = 116+147+139=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #74938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74938B is #8B6C74. Grayscale: #888888. Windows color (decimal): -9137269 or 9147252. OLE color: 9147252.

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

Color convert

RGB 116 147 139 -
CMYK 0.21 0 0.05 0.42
HSL 164.52º 0.13% 0.52% -
HSV(B) 164.52º 0.21% 0.58% -
XYZ 22.3 26.44 28.36 -
YUV 136.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 116 147 139 0.21 0 0.05 0.42 164.52 0.13 0.52
Hex 74 93 8B 15 0 5 2A A5 D 34
Octal 164 223 213 25 0 5 52 245 15 64
Binary 1110100 10010011 10001011 10101 0 101 101010 10100101 1101 110100

Color Harmonies of #74938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74938B

Black with #74938B

Text Example


Text Example

White with #74938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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