Html Css Color HEX #779542 Sushi

📋 copy color: '#779542'

red 119 ◦ green 149 ◦ blue 66

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

Shades of Sushi #779542

Tints of Sushi #779542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

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

R = 35.63%
G = 44.61%
B = 19.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#779542 (or 0x779542) is known color: Sushi. HEX triplet: 77, 95 and 42. RGB value is (119,149,66). Sum of RGB (Red+Green+Blue) = 119+149+66=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #779542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779542 is #886ABD. Grayscale: #828282. Windows color (decimal): -8940222 or 4363639. OLE color: 4363639.

HSL color Cylindrical-coordinate representation of color #779542: hue angle of 81.69º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779542 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 66 -
CMYK 0.20 0 0.56 0.42
HSL 81.69º 0.39% 0.42% -
HSV(B) 81.69º 0.56% 0.58% -
XYZ 19.34 25.81 9.12 -
YUV 130.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 119 149 66 0.20 0 0.56 0.42 81.69 0.39 0.42
Hex 77 95 42 14 0 38 2A 52 27 2A
Octal 167 225 102 24 0 70 52 122 47 52
Binary 1110111 10010101 1000010 10100 0 111000 101010 1010010 100111 101010

Color Harmonies of #779542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779542

Black with #779542

Text Example


Text Example

White with #779542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779542; }

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

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

background-color css

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

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

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

border-color css

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

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

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