#77c38a

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

Shades of Bay Leaf #77C38A

Tints of Bay Leaf #77C38A

Color information

#77C38A (or 0x77C38A) is unknown color: approx Bay Leaf. HEX triplet: 77, C3 and 8A. RGB value is (119,195,138). Sum of RGB (Red+Green+Blue) = 119+195+138=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #77C38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C38A is #883C75. Grayscale: #A5A5A5. Windows color (decimal): -8928374 or 9094007. OLE color: 9094007.

HSL color Cylindrical-coordinate representation of color #77C38A: hue angle of 135º 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 #77C38A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB119195138-
CMYK0.3900.290.24
HSL135º38.78%61.57%-
HSV(B)135º38.97%76.47%-
XYZ31.7144.7931.02-
YUV165.78112.3294.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=26.33%
G=43.14%
B=30.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191951380.3900.290.2413538.7861.57
Hex77C38A2701D1887273e
Octal16730321247035302074776
Binary111011111000011100010101001110111011100010000111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c38a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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