Html Css Color HEX #779824 Sushi

📋 copy color: '#779824'

red 119 ◦ green 152 ◦ blue 36

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

Shades of Sushi #779824

Tints of Sushi #779824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 38.76%
G = 49.51%
B = 11.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#779824 (or 0x779824) is known color: Sushi. HEX triplet: 77, 98 and 24. RGB value is (119,152,36). Sum of RGB (Red+Green+Blue) = 119+152+36=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #779824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779824 is #8867DB. Grayscale: #818181. Windows color (decimal): -8939484 or 2398327. OLE color: 2398327.

HSL color Cylindrical-coordinate representation of color #779824: hue angle of 77.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #779824 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 36 -
CMYK 0.22 0 0.76 0.40
HSL 77.07º 0.62% 0.37% -
HSV(B) 77.07º 0.76% 0.6% -
XYZ 19.15 26.51 5.78 -
YUV 128.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 119 152 36 0.22 0 0.76 0.40 77.07 0.62 0.37
Hex 77 98 24 16 0 4C 28 4D 3E 25
Octal 167 230 44 26 0 114 50 115 76 45
Binary 1110111 10011000 100100 10110 0 1001100 101000 1001101 111110 100101

Color Harmonies of #779824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779824

Black with #779824

Text Example


Text Example

White with #779824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779824; }

 p { color: rgb(119,152,36); }

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

background-color css

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

 a { background-color: rgb(119,152,36); }

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

border-color css

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

 span { border-color: rgb(119,152,36); }

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