Html Css Color HEX #77C088 Bay Leaf

📋 copy color: '#77C088'

red 119 ◦ green 192 ◦ blue 136

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

Shades of Bay Leaf #77C088

Tints of Bay Leaf #77C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 136 (53.52% from 255) = 30.43%

R = 26.62%
G = 42.95%
B = 30.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#77C088 (or 0x77C088) is known color: Bay Leaf. HEX triplet: 77, C0 and 88. RGB value is (119,192,136). Sum of RGB (Red+Green+Blue) = 119+192+136=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #77C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C088 is #883F77. Grayscale: #A3A3A3. Windows color (decimal): -8929144 or 8962167. OLE color: 8962167.

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

Color convert

RGB 119 192 136 -
CMYK 0.38 0 0.29 0.25
HSL 133.97º 0.37% 0.61% -
HSV(B) 133.97º 0.38% 0.75% -
XYZ 30.9 43.4 30.04 -
YUV 163.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 119 192 136 0.38 0 0.29 0.25 133.97 0.37 0.61
Hex 77 C0 88 26 0 1D 19 86 25 3D
Octal 167 300 210 46 0 35 31 206 45 75
Binary 1110111 11000000 10001000 100110 0 11101 11001 10000110 100101 111101

Color Harmonies of #77C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C088

Black with #77C088

Text Example


Text Example

White with #77C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,136); }

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

background-color css

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

 a { background-color: rgb(119,192,136); }

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

border-color css

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

 span { border-color: rgb(119,192,136); }

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