Html Css Color HEX #76958E Granny Smith

📋 copy color: '#76958E'

red 118 ◦ green 149 ◦ blue 142

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

Shades of Granny Smith #76958E

Tints of Granny Smith #76958E

RGB

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

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

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

R = 28.85%
G = 36.43%
B = 34.72%

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

#76958E (or 0x76958E) is known color: Granny Smith. HEX triplet: 76, 95 and 8E. RGB value is (118,149,142). Sum of RGB (Red+Green+Blue) = 118+149+142=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #76958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76958E is #896A71. Grayscale: #8A8A8A. Windows color (decimal): -9005682 or 9344374. OLE color: 9344374.

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

Color convert

RGB 118 149 142 -
CMYK 0.21 0 0.05 0.42
HSL 166.45º 0.13% 0.52% -
HSV(B) 166.45º 0.21% 0.58% -
XYZ 23.1 27.3 29.64 -
YUV 138.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 118 149 142 0.21 0 0.05 0.42 166.45 0.13 0.52
Hex 76 95 8E 15 0 5 2A A6 D 34
Octal 166 225 216 25 0 5 52 246 15 64
Binary 1110110 10010101 10001110 10101 0 101 101010 10100110 1101 110100

Color Harmonies of #76958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76958E

Black with #76958E

Text Example


Text Example

White with #76958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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