Html Css Color HEX #77B68A Bay Leaf

📋 copy color: '#77B68A'

red 119 ◦ green 182 ◦ blue 138

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

Shades of Bay Leaf #77B68A

Tints of Bay Leaf #77B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.46%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 27.11%
G = 41.46%
B = 31.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#77B68A (or 0x77B68A) is known color: Bay Leaf. HEX triplet: 77, B6 and 8A. RGB value is (119,182,138). Sum of RGB (Red+Green+Blue) = 119+182+138=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #77B68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B68A is #884975. Grayscale: #9E9E9E. Windows color (decimal): -8931702 or 9090679. OLE color: 9090679.

HSL color Cylindrical-coordinate representation of color #77B68A: hue angle of 138.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B68A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 182 138 -
CMYK 0.35 0 0.24 0.29
HSL 138.1º 0.3% 0.59% -
HSV(B) 138.1º 0.35% 0.71% -
XYZ 28.92 39.21 30.09 -
YUV 158.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 119 182 138 0.35 0 0.24 0.29 138.1 0.3 0.59
Hex 77 B6 8A 23 0 18 1D 8A 1E 3B
Octal 167 266 212 43 0 30 35 212 36 73
Binary 1110111 10110110 10001010 100011 0 11000 11101 10001010 11110 111011

Color Harmonies of #77B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B68A

Black with #77B68A

Text Example


Text Example

White with #77B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,182,138); }

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

background-color css

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

 a { background-color: rgb(119,182,138); }

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

border-color css

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

 span { border-color: rgb(119,182,138); }

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