#77938B

Color #77938B Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #77938B

Tints of Granny Smith #77938B

Color information

#77938B (or 0x77938B) is unknown color: approx Granny Smith. HEX triplet: 77, 93 and 8B. RGB value is (119,147,139). Sum of RGB (Red+Green+Blue) = 119+147+139=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #77938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938B is #886C74. Grayscale: #898989. Windows color (decimal): -8940661 or 9147255. OLE color: 9147255.

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

Color convert

RGB119147139-
CMYK0.1900.050.42
HSL162.86º11.48%52.16%-
HSV(B)162.86º19.05%57.65%-
XYZ22.726.6528.37-
YUV137.72128.72114.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=29.38%
G=36.30%
B=34.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471390.1900.050.42162.8611.4852.16
Hex77938B13052Aa3b34
Octal1672232132305522431364
Binary11101111001001110001011100110101101010101000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77938B;
 }
 .AnyTagClassName
 {
   color: #77938B;
 }
</style>
background-color css

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

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

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

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

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

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