#77C38D

Color #77C38D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #77C38D

Tints of Bay Leaf #77C38D

Color information

#77C38D (or 0x77C38D) is unknown color: approx Bay Leaf. HEX triplet: 77, C3 and 8D. RGB value is (119,195,141). Sum of RGB (Red+Green+Blue) = 119+195+141=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #77C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C38D is #883C72. Grayscale: #A6A6A6. Windows color (decimal): -8928371 or 9290615. OLE color: 9290615.

HSL color Cylindrical-coordinate representation of color #77C38D: hue angle of 137.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C38D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB119195141-
CMYK0.3900.280.24
HSL137.37º38.78%61.57%-
HSV(B)137.37º38.97%76.47%-
XYZ31.9344.8832.18-
YUV166.12113.8294.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=26.15%
G=42.86%
B=30.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191951410.3900.280.24137.3738.7861.57
Hex77C38D2701C1889273e
Octal16730321547034302114776
Binary111011111000011100011011001110111001100010001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C38D; }

 p { color: rgb(119,195,141); }

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

<style>
 a { background-color: #77C38D; }

 a { background-color: rgb(119,195,141); }

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

<style>
 span { border-color: #77C38D; }

 span { border-color: rgb(119,195,141); }

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