Html Css Color HEX #74958D Granny Smith

📋 copy color: '#74958D'

red 116 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #74958D

Tints of Granny Smith #74958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 28.57%
G = 36.7%
B = 34.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#74958D (or 0x74958D) is known color: Granny Smith. HEX triplet: 74, 95 and 8D. RGB value is (116,149,141). Sum of RGB (Red+Green+Blue) = 116+149+141=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #74958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958D is #8B6A72. Grayscale: #8A8A8A. Windows color (decimal): -9136755 or 9278836. OLE color: 9278836.

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

Color convert

RGB 116 149 141 -
CMYK 0.22 0 0.05 0.42
HSL 165.45º 0.13% 0.52% -
HSV(B) 165.45º 0.22% 0.58% -
XYZ 22.76 27.13 29.24 -
YUV 138.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 116 149 141 0.22 0 0.05 0.42 165.45 0.13 0.52
Hex 74 95 8D 16 0 5 2A A5 D 34
Octal 164 225 215 26 0 5 52 245 15 64
Binary 1110100 10010101 10001101 10110 0 101 101010 10100101 1101 110100

Color Harmonies of #74958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74958D

Black with #74958D

Text Example


Text Example

White with #74958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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