Html Css Color HEX #779D35 Sushi

📋 copy color: '#779D35'

red 119 ◦ green 157 ◦ blue 53

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

Shades of Sushi #779D35

Tints of Sushi #779D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 36.17%
G = 47.72%
B = 16.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#779D35 (or 0x779D35) is known color: Sushi. HEX triplet: 77, 9D and 35. RGB value is (119,157,53). Sum of RGB (Red+Green+Blue) = 119+157+53=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #779D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D35 is #8862CA. Grayscale: #868686. Windows color (decimal): -8938187 or 3513719. OLE color: 3513719.

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

Color convert

RGB 119 157 53 -
CMYK 0.24 0 0.66 0.38
HSL 81.92º 0.5% 0.41% -
HSV(B) 81.92º 0.66% 0.62% -
XYZ 20.31 28.29 7.76 -
YUV 133.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 119 157 53 0.24 0 0.66 0.38 81.92 0.5 0.41
Hex 77 9D 35 18 0 42 26 52 32 29
Octal 167 235 65 30 0 102 46 122 62 51
Binary 1110111 10011101 110101 11000 0 1000010 100110 1010010 110010 101001

Color Harmonies of #779D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D35

Black with #779D35

Text Example


Text Example

White with #779D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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