Html Css Color HEX #76988B Granny Smith

📋 copy color: '#76988B'

red 118 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #76988B

Tints of Granny Smith #76988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 28.85%
G = 37.16%
B = 33.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#76988B (or 0x76988B) is known color: Granny Smith. HEX triplet: 76, 98 and 8B. RGB value is (118,152,139). Sum of RGB (Red+Green+Blue) = 118+152+139=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #76988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76988B is #896774. Grayscale: #8C8C8C. Windows color (decimal): -9004917 or 9148534. OLE color: 9148534.

HSL color Cylindrical-coordinate representation of color #76988B: hue angle of 157.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76988B is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 139 -
CMYK 0.22 0 0.09 0.40
HSL 157.06º 0.14% 0.53% -
HSV(B) 157.06º 0.22% 0.6% -
XYZ 23.36 28.17 28.63 -
YUV 140.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 118 152 139 0.22 0 0.09 0.40 157.06 0.14 0.53
Hex 76 98 8B 16 0 9 28 9D E 35
Octal 166 230 213 26 0 11 50 235 16 65
Binary 1110110 10011000 10001011 10110 0 1001 101000 10011101 1110 110101

Color Harmonies of #76988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76988B

Black with #76988B

Text Example


Text Example

White with #76988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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