Html Css Color HEX #77C18C Bay Leaf

📋 copy color: '#77C18C'

red 119 ◦ green 193 ◦ blue 140

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

Shades of Bay Leaf #77C18C

Tints of Bay Leaf #77C18C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.7%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 26.33%
G = 42.7%
B = 30.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#77C18C (or 0x77C18C) is known color: Bay Leaf. HEX triplet: 77, C1 and 8C. RGB value is (119,193,140). Sum of RGB (Red+Green+Blue) = 119+193+140=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #77C18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C18C is #883E73. Grayscale: #A4A4A4. Windows color (decimal): -8928884 or 9224567. OLE color: 9224567.

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

Color convert

RGB 119 193 140 -
CMYK 0.38 0 0.27 0.24
HSL 137.03º 0.37% 0.61% -
HSV(B) 137.03º 0.38% 0.76% -
XYZ 31.41 43.96 31.64 -
YUV 164.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 119 193 140 0.38 0 0.27 0.24 137.03 0.37 0.61
Hex 77 C1 8C 26 0 1B 18 89 25 3D
Octal 167 301 214 46 0 33 30 211 45 75
Binary 1110111 11000001 10001100 100110 0 11011 11000 10001001 100101 111101

Color Harmonies of #77C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C18C

Black with #77C18C

Text Example


Text Example

White with #77C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,140); }

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

background-color css

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

 a { background-color: rgb(119,193,140); }

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

border-color css

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

 span { border-color: rgb(119,193,140); }

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