Html Css Color HEX #76938B Granny Smith

📋 copy color: '#76938B'

red 118 ◦ green 147 ◦ blue 139

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

Shades of Granny Smith #76938B

Tints of Granny Smith #76938B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 29.21%
G = 36.39%
B = 34.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#76938B (or 0x76938B) is known color: Granny Smith. HEX triplet: 76, 93 and 8B. RGB value is (118,147,139). Sum of RGB (Red+Green+Blue) = 118+147+139=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #76938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76938B is #896C74. Grayscale: #898989. Windows color (decimal): -9006197 or 9147254. OLE color: 9147254.

HSL color Cylindrical-coordinate representation of color #76938B: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76938B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 139 -
CMYK 0.20 0 0.05 0.42
HSL 163.45º 0.12% 0.52% -
HSV(B) 163.45º 0.2% 0.58% -
XYZ 22.57 26.58 28.37 -
YUV 137.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 118 147 139 0.20 0 0.05 0.42 163.45 0.12 0.52
Hex 76 93 8B 14 0 5 2A A3 C 34
Octal 166 223 213 24 0 5 52 243 14 64
Binary 1110110 10010011 10001011 10100 0 101 101010 10100011 1100 110100

Color Harmonies of #76938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76938B

Black with #76938B

Text Example


Text Example

White with #76938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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