Html Css Color HEX #77B77F Bay Leaf

📋 copy color: '#77B77F'

red 119 ◦ green 183 ◦ blue 127

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

Shades of Bay Leaf #77B77F

Tints of Bay Leaf #77B77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 27.74%
G = 42.66%
B = 29.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#77B77F (or 0x77B77F) is known color: Bay Leaf. HEX triplet: 77, B7 and 7F. RGB value is (119,183,127). Sum of RGB (Red+Green+Blue) = 119+183+127=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #77B77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B77F is #884880. Grayscale: #9D9D9D. Windows color (decimal): -8931457 or 8370039. OLE color: 8370039.

HSL color Cylindrical-coordinate representation of color #77B77F: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B77F is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 183 127 -
CMYK 0.35 0 0.31 0.28
HSL 127.5º 0.31% 0.59% -
HSV(B) 127.5º 0.35% 0.72% -
XYZ 28.37 39.32 26.17 -
YUV 157.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 119 183 127 0.35 0 0.31 0.28 127.5 0.31 0.59
Hex 77 B7 7F 23 0 1F 1C 80 1F 3B
Octal 167 267 177 43 0 37 34 200 37 73
Binary 1110111 10110111 1111111 100011 0 11111 11100 10000000 11111 111011

Color Harmonies of #77B77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B77F

Black with #77B77F

Text Example


Text Example

White with #77B77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,183,127); }

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

background-color css

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

 a { background-color: rgb(119,183,127); }

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

border-color css

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

 span { border-color: rgb(119,183,127); }

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