Html Css Color HEX #76958B Granny Smith

📋 copy color: '#76958B'

red 118 ◦ green 149 ◦ blue 139

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

Shades of Granny Smith #76958B

Tints of Granny Smith #76958B

RGB

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

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

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

R = 29.06%
G = 36.7%
B = 34.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#76958B (or 0x76958B) is known color: Granny Smith. HEX triplet: 76, 95 and 8B. RGB value is (118,149,139). Sum of RGB (Red+Green+Blue) = 118+149+139=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #76958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76958B is #896A74. Grayscale: #8A8A8A. Windows color (decimal): -9005685 or 9147766. OLE color: 9147766.

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

Color convert

RGB 118 149 139 -
CMYK 0.21 0 0.07 0.42
HSL 160.65º 0.13% 0.52% -
HSV(B) 160.65º 0.21% 0.58% -
XYZ 22.88 27.21 28.47 -
YUV 138.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 118 149 139 0.21 0 0.07 0.42 160.65 0.13 0.52
Hex 76 95 8B 15 0 7 2A A1 D 34
Octal 166 225 213 25 0 7 52 241 15 64
Binary 1110110 10010101 10001011 10101 0 111 101010 10100001 1101 110100

Color Harmonies of #76958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76958B

Black with #76958B

Text Example


Text Example

White with #76958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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