Html Css Color HEX #77B28E Bay Leaf

📋 copy color: '#77B28E'

red 119 ◦ green 178 ◦ blue 142

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

Shades of Bay Leaf #77B28E

Tints of Bay Leaf #77B28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 27.11%
G = 40.55%
B = 32.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#77B28E (or 0x77B28E) is known color: Bay Leaf. HEX triplet: 77, B2 and 8E. RGB value is (119,178,142). Sum of RGB (Red+Green+Blue) = 119+178+142=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #77B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B28E is #884D71. Grayscale: #9C9C9C. Windows color (decimal): -8932722 or 9351799. OLE color: 9351799.

HSL color Cylindrical-coordinate representation of color #77B28E: hue angle of 143.39º 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 #77B28E is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 178 142 -
CMYK 0.33 0 0.20 0.30
HSL 143.39º 0.28% 0.58% -
HSV(B) 143.39º 0.33% 0.7% -
XYZ 28.41 37.72 31.37 -
YUV 156.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 119 178 142 0.33 0 0.20 0.30 143.39 0.28 0.58
Hex 77 B2 8E 21 0 14 1E 8F 1C 3A
Octal 167 262 216 41 0 24 36 217 34 72
Binary 1110111 10110010 10001110 100001 0 10100 11110 10001111 11100 111010

Color Harmonies of #77B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B28E

Black with #77B28E

Text Example


Text Example

White with #77B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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