Html Css Color HEX #77B68D Bay Leaf

📋 copy color: '#77B68D'

red 119 ◦ green 182 ◦ blue 141

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

Shades of Bay Leaf #77B68D

Tints of Bay Leaf #77B68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 26.92%
G = 41.18%
B = 31.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#77B68D (or 0x77B68D) is known color: Bay Leaf. HEX triplet: 77, B6 and 8D. RGB value is (119,182,141). Sum of RGB (Red+Green+Blue) = 119+182+141=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #77B68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B68D is #884972. Grayscale: #9E9E9E. Windows color (decimal): -8931699 or 9287287. OLE color: 9287287.

HSL color Cylindrical-coordinate representation of color #77B68D: hue angle of 140.95º 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 #77B68D is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 182 141 -
CMYK 0.35 0 0.23 0.29
HSL 140.95º 0.3% 0.59% -
HSV(B) 140.95º 0.35% 0.71% -
XYZ 29.14 39.3 31.25 -
YUV 158.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 119 182 141 0.35 0 0.23 0.29 140.95 0.3 0.59
Hex 77 B6 8D 23 0 17 1D 8D 1E 3B
Octal 167 266 215 43 0 27 35 215 36 73
Binary 1110111 10110110 10001101 100011 0 10111 11101 10001101 11110 111011

Color Harmonies of #77B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B68D

Black with #77B68D

Text Example


Text Example

White with #77B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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