#77BF88

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

Shades of Bay Leaf #77BF88

Tints of Bay Leaf #77BF88

Color information

#77BF88 (or 0x77BF88) is unknown color: approx Bay Leaf. HEX triplet: 77, BF and 88. RGB value is (119,191,136). Sum of RGB (Red+Green+Blue) = 119+191+136=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF88 is #884077. Grayscale: #A3A3A3. Windows color (decimal): -8929400 or 8961911. OLE color: 8961911.

HSL color Cylindrical-coordinate representation of color #77BF88: hue angle of 134.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BF88 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB119191136-
CMYK0.3800.290.25
HSL134.17º36%60.78%-
HSV(B)134.17º37.7%74.9%-
XYZ30.6842.9629.97-
YUV163.2112.6596.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=26.68%
G=42.83%
B=30.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911360.3800.290.25134.173660.78
Hex77BF882601D1986243d
Octal16727721046035312064475
Binary111011110111111100010001001100111011100110000110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,136); }

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

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

 a { background-color: rgb(119,191,136); }

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

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

 span { border-color: rgb(119,191,136); }

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