Html Css Color HEX #76958D Granny Smith

📋 copy color: '#76958D'

red 118 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #76958D

Tints of Granny Smith #76958D

RGB

 RED value IS 118 (46.48% from 255) = 28.92%

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

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

R = 28.92%
G = 36.52%
B = 34.56%

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

#76958D (or 0x76958D) is known color: Granny Smith. HEX triplet: 76, 95 and 8D. RGB value is (118,149,141). Sum of RGB (Red+Green+Blue) = 118+149+141=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #76958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76958D is #896A72. Grayscale: #8A8A8A. Windows color (decimal): -9005683 or 9278838. OLE color: 9278838.

HSL color Cylindrical-coordinate representation of color #76958D: 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 #76958D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 141 -
CMYK 0.21 0 0.05 0.42
HSL 164.52º 0.13% 0.52% -
HSV(B) 164.52º 0.21% 0.58% -
XYZ 23.03 27.27 29.25 -
YUV 138.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 118 149 141 0.21 0 0.05 0.42 164.52 0.13 0.52
Hex 76 95 8D 15 0 5 2A A5 D 34
Octal 166 225 215 25 0 5 52 245 15 64
Binary 1110110 10010101 10001101 10101 0 101 101010 10100101 1101 110100

Color Harmonies of #76958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76958D

Black with #76958D

Text Example


Text Example

White with #76958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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