Html Css Color HEX #77B28D Bay Leaf

📋 copy color: '#77B28D'

red 119 ◦ green 178 ◦ blue 141

#77B28D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #77B28D

Tints of Bay Leaf #77B28D

RGB

 RED value IS 119 (46.88% from 255) = 27.17%

 GREEN value IS 178 (69.92% from 255) = 40.64%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 27.17%
G = 40.64%
B = 32.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#77B28D (or 0x77B28D) is known color: Bay Leaf. HEX triplet: 77, B2 and 8D. RGB value is (119,178,141). Sum of RGB (Red+Green+Blue) = 119+178+141=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #77B28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B28D is #884D72. Grayscale: #9C9C9C. Windows color (decimal): -8932723 or 9286263. OLE color: 9286263.

HSL color Cylindrical-coordinate representation of color #77B28D: hue angle of 142.37º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B28D is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 178 141 -
CMYK 0.33 0 0.21 0.30
HSL 142.37º 0.28% 0.58% -
HSV(B) 142.37º 0.33% 0.7% -
XYZ 28.34 37.69 30.98 -
YUV 156.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 119 178 141 0.33 0 0.21 0.30 142.37 0.28 0.58
Hex 77 B2 8D 21 0 15 1E 8E 1C 3A
Octal 167 262 215 41 0 25 36 216 34 72
Binary 1110111 10110010 10001101 100001 0 10101 11110 10001110 11100 111010

Color Harmonies of #77B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B28D

Black with #77B28D

Text Example


Text Example

White with #77B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B28D;
 }
 .AnyTagClassName
 {
   color: #77B28D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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