Html Css Color HEX #779A25 Sushi

📋 copy color: '#779A25'

red 119 ◦ green 154 ◦ blue 37

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

Shades of Sushi #779A25

Tints of Sushi #779A25

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.68%

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 38.39%
G = 49.68%
B = 11.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#779A25 (or 0x779A25) is known color: Sushi. HEX triplet: 77, 9A and 25. RGB value is (119,154,37). Sum of RGB (Red+Green+Blue) = 119+154+37=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #779A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A25 is #8865DA. Grayscale: #828282. Windows color (decimal): -8938971 or 2464375. OLE color: 2464375.

HSL color Cylindrical-coordinate representation of color #779A25: hue angle of 77.95º degrees, saturation: 0.61, 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 #779A25 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 37 -
CMYK 0.23 0 0.76 0.40
HSL 77.95º 0.61% 0.37% -
HSV(B) 77.95º 0.76% 0.6% -
XYZ 19.5 27.17 5.97 -
YUV 130.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 119 154 37 0.23 0 0.76 0.40 77.95 0.61 0.37
Hex 77 9A 25 17 0 4C 28 4E 3D 25
Octal 167 232 45 27 0 114 50 116 75 45
Binary 1110111 10011010 100101 10111 0 1001100 101000 1001110 111101 100101

Color Harmonies of #779A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A25

Black with #779A25

Text Example


Text Example

White with #779A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,37); }

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

background-color css

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

 a { background-color: rgb(119,154,37); }

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

border-color css

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

 span { border-color: rgb(119,154,37); }

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