Html Css Color HEX #779F37 Sushi

📋 copy color: '#779F37'

red 119 ◦ green 159 ◦ blue 55

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

Shades of Sushi #779F37

Tints of Sushi #779F37

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.75%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 35.74%
G = 47.75%
B = 16.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#779F37 (or 0x779F37) is known color: Sushi. HEX triplet: 77, 9F and 37. RGB value is (119,159,55). Sum of RGB (Red+Green+Blue) = 119+159+55=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #779F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F37 is #8860C8. Grayscale: #878787. Windows color (decimal): -8937673 or 3645303. OLE color: 3645303.

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

Color convert

RGB 119 159 55 -
CMYK 0.25 0 0.65 0.38
HSL 83.08º 0.49% 0.42% -
HSV(B) 83.08º 0.65% 0.62% -
XYZ 20.7 28.99 8.12 -
YUV 135.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 119 159 55 0.25 0 0.65 0.38 83.08 0.49 0.42
Hex 77 9F 37 19 0 41 26 53 31 2A
Octal 167 237 67 31 0 101 46 123 61 52
Binary 1110111 10011111 110111 11001 0 1000001 100110 1010011 110001 101010

Color Harmonies of #779F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F37

Black with #779F37

Text Example


Text Example

White with #779F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,159,55); }

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

background-color css

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

 a { background-color: rgb(119,159,55); }

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

border-color css

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

 span { border-color: rgb(119,159,55); }

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