Html Css Color HEX #779D2F Sushi

📋 copy color: '#779D2F'

red 119 ◦ green 157 ◦ blue 47

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

Shades of Sushi #779D2F

Tints of Sushi #779D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.61%

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 36.84%
G = 48.61%
B = 14.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#779D2F (or 0x779D2F) is known color: Sushi. HEX triplet: 77, 9D and 2F. RGB value is (119,157,47). Sum of RGB (Red+Green+Blue) = 119+157+47=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #779D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D2F is #8862D0. Grayscale: #858585. Windows color (decimal): -8938193 or 3120503. OLE color: 3120503.

HSL color Cylindrical-coordinate representation of color #779D2F: hue angle of 80.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #779D2F is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 47 -
CMYK 0.24 0 0.70 0.38
HSL 80.73º 0.54% 0.4% -
HSV(B) 80.73º 0.7% 0.62% -
XYZ 20.18 28.24 7.08 -
YUV 133.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 119 157 47 0.24 0 0.70 0.38 80.73 0.54 0.4
Hex 77 9D 2F 18 0 46 26 51 36 28
Octal 167 235 57 30 0 106 46 121 66 50
Binary 1110111 10011101 101111 11000 0 1000110 100110 1010001 110110 101000

Color Harmonies of #779D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D2F

Black with #779D2F

Text Example


Text Example

White with #779D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,47); }

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

background-color css

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

 a { background-color: rgb(119,157,47); }

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

border-color css

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

 span { border-color: rgb(119,157,47); }

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