Html Css Color HEX #76998D Granny Smith

📋 copy color: '#76998D'

red 118 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #76998D

Tints of Granny Smith #76998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 28.64%
G = 37.14%
B = 34.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#76998D (or 0x76998D) is known color: Granny Smith. HEX triplet: 76, 99 and 8D. RGB value is (118,153,141). Sum of RGB (Red+Green+Blue) = 118+153+141=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #76998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76998D is #896672. Grayscale: #8D8D8D. Windows color (decimal): -9004659 or 9279862. OLE color: 9279862.

HSL color Cylindrical-coordinate representation of color #76998D: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76998D is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 141 -
CMYK 0.23 0 0.08 0.4
HSL 159.43º 0.15% 0.53% -
HSV(B) 159.43º 0.23% 0.6% -
XYZ 23.67 28.56 29.46 -
YUV 141.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 118 153 141 0.23 0 0.08 0.4 159.43 0.15 0.53
Hex 76 99 8D 17 0 8 28 9F F 35
Octal 166 231 215 27 0 10 50 237 17 65
Binary 1110110 10011001 10001101 10111 0 1000 101000 10011111 1111 110101

Color Harmonies of #76998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76998D

Black with #76998D

Text Example


Text Example

White with #76998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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