Html Css Color HEX #779E34 Sushi

📋 copy color: '#779E34'

red 119 ◦ green 158 ◦ blue 52

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

Shades of Sushi #779E34

Tints of Sushi #779E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.02%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 36.17%
G = 48.02%
B = 15.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#779E34 (or 0x779E34) is known color: Sushi. HEX triplet: 77, 9E and 34. RGB value is (119,158,52). Sum of RGB (Red+Green+Blue) = 119+158+52=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #779E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E34 is #8861CB. Grayscale: #868686. Windows color (decimal): -8937932 or 3448439. OLE color: 3448439.

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

Color convert

RGB 119 158 52 -
CMYK 0.25 0 0.67 0.38
HSL 82.08º 0.5% 0.41% -
HSV(B) 82.08º 0.67% 0.62% -
XYZ 20.45 28.62 7.7 -
YUV 134.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 119 158 52 0.25 0 0.67 0.38 82.08 0.5 0.41
Hex 77 9E 34 19 0 43 26 52 32 29
Octal 167 236 64 31 0 103 46 122 62 51
Binary 1110111 10011110 110100 11001 0 1000011 100110 1010010 110010 101001

Color Harmonies of #779E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E34

Black with #779E34

Text Example


Text Example

White with #779E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,52); }

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

background-color css

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

 a { background-color: rgb(119,158,52); }

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

border-color css

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

 span { border-color: rgb(119,158,52); }

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