Html Css Color HEX #779526 Sushi

📋 copy color: '#779526'

red 119 ◦ green 149 ◦ blue 38

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

Shades of Sushi #779526

Tints of Sushi #779526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 38.89%
G = 48.69%
B = 12.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#779526 (or 0x779526) is known color: Sushi. HEX triplet: 77, 95 and 26. RGB value is (119,149,38). Sum of RGB (Red+Green+Blue) = 119+149+38=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #779526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779526 is #886AD9. Grayscale: #7F7F7F. Windows color (decimal): -8940250 or 2528631. OLE color: 2528631.

HSL color Cylindrical-coordinate representation of color #779526: hue angle of 76.22º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #779526 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 38 -
CMYK 0.20 0 0.74 0.42
HSL 76.22º 0.59% 0.37% -
HSV(B) 76.22º 0.74% 0.58% -
XYZ 18.71 25.56 5.78 -
YUV 127.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 119 149 38 0.20 0 0.74 0.42 76.22 0.59 0.37
Hex 77 95 26 14 0 4A 2A 4C 3B 25
Octal 167 225 46 24 0 112 52 114 73 45
Binary 1110111 10010101 100110 10100 0 1001010 101010 1001100 111011 100101

Color Harmonies of #779526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779526

Black with #779526

Text Example


Text Example

White with #779526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779526; }

 p { color: rgb(119,149,38); }

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

background-color css

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

 a { background-color: rgb(119,149,38); }

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

border-color css

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

 span { border-color: rgb(119,149,38); }

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