Html Css Color HEX #77B38F Bay Leaf

📋 copy color: '#77B38F'

red 119 ◦ green 179 ◦ blue 143

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

Shades of Bay Leaf #77B38F

Tints of Bay Leaf #77B38F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 26.98%
G = 40.59%
B = 32.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#77B38F (or 0x77B38F) is known color: Bay Leaf. HEX triplet: 77, B3 and 8F. RGB value is (119,179,143). Sum of RGB (Red+Green+Blue) = 119+179+143=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #77B38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B38F is #884C70. Grayscale: #9D9D9D. Windows color (decimal): -8932465 or 9417591. OLE color: 9417591.

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

Color convert

RGB 119 179 143 -
CMYK 0.34 0 0.20 0.30
HSL 144º 0.28% 0.58% -
HSV(B) 144º 0.34% 0.7% -
XYZ 28.69 38.15 31.84 -
YUV 156.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 119 179 143 0.34 0 0.20 0.30 144 0.28 0.58
Hex 77 B3 8F 22 0 14 1E 90 1C 3A
Octal 167 263 217 42 0 24 36 220 34 72
Binary 1110111 10110011 10001111 100010 0 10100 11110 10010000 11100 111010

Color Harmonies of #77B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B38F

Black with #77B38F

Text Example


Text Example

White with #77B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,179,143); }

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

background-color css

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

 a { background-color: rgb(119,179,143); }

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

border-color css

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

 span { border-color: rgb(119,179,143); }

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