Html Css Color HEX #779F3A Sushi

📋 copy color: '#779F3A'

red 119 ◦ green 159 ◦ blue 58

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

Shades of Sushi #779F3A

Tints of Sushi #779F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 35.42%
G = 47.32%
B = 17.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#779F3A (or 0x779F3A) is known color: Sushi. HEX triplet: 77, 9F and 3A. RGB value is (119,159,58). Sum of RGB (Red+Green+Blue) = 119+159+58=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #779F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F3A is #8860C5. Grayscale: #878787. Windows color (decimal): -8937670 or 3841911. OLE color: 3841911.

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

Color convert

RGB 119 159 58 -
CMYK 0.25 0 0.64 0.38
HSL 83.76º 0.47% 0.43% -
HSV(B) 83.76º 0.64% 0.62% -
XYZ 20.77 29.02 8.51 -
YUV 135.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 119 159 58 0.25 0 0.64 0.38 83.76 0.47 0.43
Hex 77 9F 3A 19 0 40 26 54 2F 2B
Octal 167 237 72 31 0 100 46 124 57 53
Binary 1110111 10011111 111010 11001 0 1000000 100110 1010100 101111 101011

Color Harmonies of #779F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F3A

Black with #779F3A

Text Example


Text Example

White with #779F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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