Html Css Color HEX #779D38 Sushi

📋 copy color: '#779D38'

red 119 ◦ green 157 ◦ blue 56

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

Shades of Sushi #779D38

Tints of Sushi #779D38

RGB

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

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

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

R = 35.84%
G = 47.29%
B = 16.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#779D38 (or 0x779D38) is known color: Sushi. HEX triplet: 77, 9D and 38. RGB value is (119,157,56). Sum of RGB (Red+Green+Blue) = 119+157+56=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #779D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D38 is #8862C7. Grayscale: #868686. Windows color (decimal): -8938184 or 3710327. OLE color: 3710327.

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

Color convert

RGB 119 157 56 -
CMYK 0.24 0 0.64 0.38
HSL 82.57º 0.47% 0.42% -
HSV(B) 82.57º 0.64% 0.62% -
XYZ 20.38 28.32 8.13 -
YUV 134.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 119 157 56 0.24 0 0.64 0.38 82.57 0.47 0.42
Hex 77 9D 38 18 0 40 26 53 2F 2A
Octal 167 235 70 30 0 100 46 123 57 52
Binary 1110111 10011101 111000 11000 0 1000000 100110 1010011 101111 101010

Color Harmonies of #779D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D38

Black with #779D38

Text Example


Text Example

White with #779D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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