Html Css Color HEX #76988C Granny Smith

📋 copy color: '#76988C'

red 118 ◦ green 152 ◦ blue 140

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

Shades of Granny Smith #76988C

Tints of Granny Smith #76988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 28.78%
G = 37.07%
B = 34.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#76988C (or 0x76988C) is known color: Granny Smith. HEX triplet: 76, 98 and 8C. RGB value is (118,152,140). Sum of RGB (Red+Green+Blue) = 118+152+140=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #76988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76988C is #896773. Grayscale: #8C8C8C. Windows color (decimal): -9004916 or 9214070. OLE color: 9214070.

HSL color Cylindrical-coordinate representation of color #76988C: hue angle of 158.82º 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 #76988C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 140 -
CMYK 0.22 0 0.08 0.40
HSL 158.82º 0.14% 0.53% -
HSV(B) 158.82º 0.22% 0.6% -
XYZ 23.43 28.2 29.02 -
YUV 140.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 118 152 140 0.22 0 0.08 0.40 158.82 0.14 0.53
Hex 76 98 8C 16 0 8 28 9F E 35
Octal 166 230 214 26 0 10 50 237 16 65
Binary 1110110 10011000 10001100 10110 0 1000 101000 10011111 1110 110101

Color Harmonies of #76988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76988C

Black with #76988C

Text Example


Text Example

White with #76988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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