Html Css Color HEX #76968B Granny Smith

📋 copy color: '#76968B'

red 118 ◦ green 150 ◦ blue 139

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

Shades of Granny Smith #76968B

Tints of Granny Smith #76968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

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

R = 28.99%
G = 36.86%
B = 34.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#76968B (or 0x76968B) is known color: Granny Smith. HEX triplet: 76, 96 and 8B. RGB value is (118,150,139). Sum of RGB (Red+Green+Blue) = 118+150+139=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #76968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76968B is #896974. Grayscale: #8B8B8B. Windows color (decimal): -9005429 or 9148022. OLE color: 9148022.

HSL color Cylindrical-coordinate representation of color #76968B: hue angle of 159.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76968B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 139 -
CMYK 0.21 0 0.07 0.41
HSL 159.38º 0.13% 0.53% -
HSV(B) 159.38º 0.21% 0.59% -
XYZ 23.04 27.53 28.53 -
YUV 139.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 118 150 139 0.21 0 0.07 0.41 159.38 0.13 0.53
Hex 76 96 8B 15 0 7 29 9F D 35
Octal 166 226 213 25 0 7 51 237 15 65
Binary 1110110 10010110 10001011 10101 0 111 101001 10011111 1101 110101

Color Harmonies of #76968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76968B

Black with #76968B

Text Example


Text Example

White with #76968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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