Html Css Color HEX #77B68E Bay Leaf

📋 copy color: '#77B68E'

red 119 ◦ green 182 ◦ blue 142

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

Shades of Bay Leaf #77B68E

Tints of Bay Leaf #77B68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 26.86%
G = 41.08%
B = 32.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#77B68E (or 0x77B68E) is known color: Bay Leaf. HEX triplet: 77, B6 and 8E. RGB value is (119,182,142). Sum of RGB (Red+Green+Blue) = 119+182+142=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #77B68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B68E is #884971. Grayscale: #9E9E9E. Windows color (decimal): -8931698 or 9352823. OLE color: 9352823.

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

Color convert

RGB 119 182 142 -
CMYK 0.35 0 0.22 0.29
HSL 141.9º 0.3% 0.59% -
HSV(B) 141.9º 0.35% 0.71% -
XYZ 29.22 39.33 31.64 -
YUV 158.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 119 182 142 0.35 0 0.22 0.29 141.9 0.3 0.59
Hex 77 B6 8E 23 0 16 1D 8E 1E 3B
Octal 167 266 216 43 0 26 35 216 36 73
Binary 1110111 10110110 10001110 100011 0 10110 11101 10001110 11110 111011

Color Harmonies of #77B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B68E

Black with #77B68E

Text Example


Text Example

White with #77B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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