#77BA90

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

Shades of Bay Leaf #77BA90

Tints of Bay Leaf #77BA90

Color information

#77BA90 (or 0x77BA90) is unknown color: approx Bay Leaf. HEX triplet: 77, BA and 90. RGB value is (119,186,144). Sum of RGB (Red+Green+Blue) = 119+186+144=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA90 is #88456F. Grayscale: #A1A1A1. Windows color (decimal): -8930672 or 9484919. OLE color: 9484919.

HSL color Cylindrical-coordinate representation of color #77BA90: hue angle of 142.39º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA90 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB119186144-
CMYK0.3600.230.27
HSL142.39º32.68%59.8%-
HSV(B)142.39º36.02%72.94%-
XYZ30.241.0532.72-
YUV161.18118.397.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=26.50%
G=41.43%
B=32.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861440.3600.230.27142.3932.6859.8
Hex77BA90240171B8e213c
Octal16727222044027332164174
Binary111011110111010100100001001000101111101110001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,144); }

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

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

 a { background-color: rgb(119,186,144); }

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

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

 span { border-color: rgb(119,186,144); }

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