Html Css Color HEX #779429 Sushi

📋 copy color: '#779429'

red 119 ◦ green 148 ◦ blue 41

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

Shades of Sushi #779429

Tints of Sushi #779429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 38.64%
G = 48.05%
B = 13.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#779429 (or 0x779429) is known color: Sushi. HEX triplet: 77, 94 and 29. RGB value is (119,148,41). Sum of RGB (Red+Green+Blue) = 119+148+41=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #779429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779429 is #886BD6. Grayscale: #7F7F7F. Windows color (decimal): -8940503 or 2724983. OLE color: 2724983.

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

Color convert

RGB 119 148 41 -
CMYK 0.20 0 0.72 0.42
HSL 76.26º 0.57% 0.37% -
HSV(B) 76.26º 0.72% 0.58% -
XYZ 18.6 25.26 5.99 -
YUV 127.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 119 148 41 0.20 0 0.72 0.42 76.26 0.57 0.37
Hex 77 94 29 14 0 48 2A 4C 39 25
Octal 167 224 51 24 0 110 52 114 71 45
Binary 1110111 10010100 101001 10100 0 1001000 101010 1001100 111001 100101

Color Harmonies of #779429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779429

Black with #779429

Text Example


Text Example

White with #779429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779429; }

 p { color: rgb(119,148,41); }

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

background-color css

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

 a { background-color: rgb(119,148,41); }

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

border-color css

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

 span { border-color: rgb(119,148,41); }

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