Html Css Color HEX #779942 Sushi

📋 copy color: '#779942'

red 119 ◦ green 153 ◦ blue 66

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

Shades of Sushi #779942

Tints of Sushi #779942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 35.21%
G = 45.27%
B = 19.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#779942 (or 0x779942) is known color: Sushi. HEX triplet: 77, 99 and 42. RGB value is (119,153,66). Sum of RGB (Red+Green+Blue) = 119+153+66=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #779942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779942 is #8866BD. Grayscale: #858585. Windows color (decimal): -8939198 or 4364663. OLE color: 4364663.

HSL color Cylindrical-coordinate representation of color #779942: hue angle of 83.45º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #779942 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 66 -
CMYK 0.22 0 0.57 0.4
HSL 83.45º 0.4% 0.43% -
HSV(B) 83.45º 0.57% 0.6% -
XYZ 19.98 27.1 9.33 -
YUV 132.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 119 153 66 0.22 0 0.57 0.4 83.45 0.4 0.43
Hex 77 99 42 16 0 39 28 53 28 2B
Octal 167 231 102 26 0 71 50 123 50 53
Binary 1110111 10011001 1000010 10110 0 111001 101000 1010011 101000 101011

Color Harmonies of #779942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779942

Black with #779942

Text Example


Text Example

White with #779942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779942; }

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

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

background-color css

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

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

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

border-color css

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

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

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