#77BE83

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

Shades of Bay Leaf #77BE83

Tints of Bay Leaf #77BE83

Color information

#77BE83 (or 0x77BE83) is unknown color: approx Bay Leaf. HEX triplet: 77, BE and 83. RGB value is (119,190,131). Sum of RGB (Red+Green+Blue) = 119+190+131=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BE83 is #88417C. Grayscale: #A2A2A2. Windows color (decimal): -8929661 or 8633975. OLE color: 8633975.

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

Color convert

RGB119190131-
CMYK0.3700.310.25
HSL130.14º35.32%60.59%-
HSV(B)130.14º37.37%74.51%-
XYZ30.1242.3928.07-
YUV162.04110.4897.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=27.05%
G=43.18%
B=29.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191901310.3700.310.25130.1435.3260.59
Hex77BE832501F1982233d
Octal16727620345037312024375
Binary111011110111110100000111001010111111100110000010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,190,131); }

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

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

 a { background-color: rgb(119,190,131); }

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

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

 span { border-color: rgb(119,190,131); }

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