Html Css Color HEX #779138 Sushi

📋 copy color: '#779138'

red 119 ◦ green 145 ◦ blue 56

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

Shades of Sushi #779138

Tints of Sushi #779138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 37.19%
G = 45.31%
B = 17.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#779138 (or 0x779138) is known color: Sushi. HEX triplet: 77, 91 and 38. RGB value is (119,145,56). Sum of RGB (Red+Green+Blue) = 119+145+56=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #779138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779138 is #886EC7. Grayscale: #7F7F7F. Windows color (decimal): -8941256 or 3707255. OLE color: 3707255.

HSL color Cylindrical-coordinate representation of color #779138: hue angle of 77.53º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #779138 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 56 -
CMYK 0.18 0 0.61 0.43
HSL 77.53º 0.44% 0.39% -
HSV(B) 77.53º 0.61% 0.57% -
XYZ 18.45 24.46 7.49 -
YUV 127.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 119 145 56 0.18 0 0.61 0.43 77.53 0.44 0.39
Hex 77 91 38 12 0 3D 2B 4E 2C 27
Octal 167 221 70 22 0 75 53 116 54 47
Binary 1110111 10010001 111000 10010 0 111101 101011 1001110 101100 100111

Color Harmonies of #779138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779138

Black with #779138

Text Example


Text Example

White with #779138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779138; }

 p { color: rgb(119,145,56); }

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

background-color css

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

 a { background-color: rgb(119,145,56); }

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

border-color css

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

 span { border-color: rgb(119,145,56); }

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