Html Css Color HEX #76998B Granny Smith

📋 copy color: '#76998B'

red 118 ◦ green 153 ◦ blue 139

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

Shades of Granny Smith #76998B

Tints of Granny Smith #76998B

RGB

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

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

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

R = 28.78%
G = 37.32%
B = 33.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#76998B (or 0x76998B) is known color: Granny Smith. HEX triplet: 76, 99 and 8B. RGB value is (118,153,139). Sum of RGB (Red+Green+Blue) = 118+153+139=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #76998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76998B is #896674. Grayscale: #8C8C8C. Windows color (decimal): -9004661 or 9148790. OLE color: 9148790.

HSL color Cylindrical-coordinate representation of color #76998B: hue angle of 156º 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 #76998B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 139 -
CMYK 0.23 0 0.09 0.4
HSL 156º 0.15% 0.53% -
HSV(B) 156º 0.23% 0.6% -
XYZ 23.52 28.5 28.69 -
YUV 140.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 118 153 139 0.23 0 0.09 0.4 156 0.15 0.53
Hex 76 99 8B 17 0 9 28 9C F 35
Octal 166 231 213 27 0 11 50 234 17 65
Binary 1110110 10011001 10001011 10111 0 1001 101000 10011100 1111 110101

Color Harmonies of #76998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76998B

Black with #76998B

Text Example


Text Example

White with #76998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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