Html Css Color HEX #77C28F Bay Leaf

📋 copy color: '#77C28F'

red 119 ◦ green 194 ◦ blue 143

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

Shades of Bay Leaf #77C28F

Tints of Bay Leaf #77C28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 26.1%
G = 42.54%
B = 31.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#77C28F (or 0x77C28F) is known color: Bay Leaf. HEX triplet: 77, C2 and 8F. RGB value is (119,194,143). Sum of RGB (Red+Green+Blue) = 119+194+143=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #77C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C28F is #883D70. Grayscale: #A5A5A5. Windows color (decimal): -8928625 or 9421431. OLE color: 9421431.

HSL color Cylindrical-coordinate representation of color #77C28F: hue angle of 139.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C28F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 143 -
CMYK 0.39 0 0.26 0.24
HSL 139.2º 0.38% 0.61% -
HSV(B) 139.2º 0.39% 0.76% -
XYZ 31.86 44.49 32.89 -
YUV 165.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 119 194 143 0.39 0 0.26 0.24 139.2 0.38 0.61
Hex 77 C2 8F 27 0 1A 18 8B 26 3D
Octal 167 302 217 47 0 32 30 213 46 75
Binary 1110111 11000010 10001111 100111 0 11010 11000 10001011 100110 111101

Color Harmonies of #77C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C28F

Black with #77C28F

Text Example


Text Example

White with #77C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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