Html Css Color HEX #779D42 Sushi

📋 copy color: '#779D42'

red 119 ◦ green 157 ◦ blue 66

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

Shades of Sushi #779D42

Tints of Sushi #779D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 34.8%
G = 45.91%
B = 19.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#779D42 (or 0x779D42) is known color: Sushi. HEX triplet: 77, 9D and 42. RGB value is (119,157,66). Sum of RGB (Red+Green+Blue) = 119+157+66=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #779D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D42 is #8862BD. Grayscale: #878787. Windows color (decimal): -8938174 or 4365687. OLE color: 4365687.

HSL color Cylindrical-coordinate representation of color #779D42: hue angle of 85.05º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #779D42 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 66 -
CMYK 0.24 0 0.58 0.38
HSL 85.05º 0.41% 0.44% -
HSV(B) 85.05º 0.58% 0.62% -
XYZ 20.65 28.43 9.55 -
YUV 135.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 119 157 66 0.24 0 0.58 0.38 85.05 0.41 0.44
Hex 77 9D 42 18 0 3A 26 55 29 2C
Octal 167 235 102 30 0 72 46 125 51 54
Binary 1110111 10011101 1000010 11000 0 111010 100110 1010101 101001 101100

Color Harmonies of #779D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D42

Black with #779D42

Text Example


Text Example

White with #779D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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