Html Css Color HEX #779B78 Laurel

📋 copy color: '#779B78'

red 119 ◦ green 155 ◦ blue 120

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

Shades of Laurel #779B78

Tints of Laurel #779B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 30.2%
G = 39.34%
B = 30.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#779B78 (or 0x779B78) is known color: Laurel. HEX triplet: 77, 9B and 78. RGB value is (119,155,120). Sum of RGB (Red+Green+Blue) = 119+155+120=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #779B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B78 is #886487. Grayscale: #8C8C8C. Windows color (decimal): -8938632 or 7904119. OLE color: 7904119.

HSL color Cylindrical-coordinate representation of color #779B78: hue angle of 121.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779B78 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 155 120 -
CMYK 0.23 0 0.23 0.39
HSL 121.67º 0.15% 0.54% -
HSV(B) 121.67º 0.23% 0.61% -
XYZ 22.72 28.72 22.12 -
YUV 140.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 119 155 120 0.23 0 0.23 0.39 121.67 0.15 0.54
Hex 77 9B 78 17 0 17 27 7A F 36
Octal 167 233 170 27 0 27 47 172 17 66
Binary 1110111 10011011 1111000 10111 0 10111 100111 1111010 1111 110110

Color Harmonies of #779B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B78

Black with #779B78

Text Example


Text Example

White with #779B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779B78; }

 p { color: rgb(119,155,120); }

 H1.HeaderClassName
 {
   color: #779B78;
 }
 .AnyTagClassName
 {
   color: #779B78;
 }
</style>

background-color css

<style>
 a { background-color: #779B78; }

 a { background-color: rgb(119,155,120); }

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

border-color css

<style>
 span { border-color: #779B78; }

 span { border-color: rgb(119,155,120); }

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