Html Css Color HEX #779C38 Sushi

📋 copy color: '#779C38'

red 119 ◦ green 156 ◦ blue 56

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

Shades of Sushi #779C38

Tints of Sushi #779C38

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 35.95%
G = 47.13%
B = 16.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#779C38 (or 0x779C38) is known color: Sushi. HEX triplet: 77, 9C and 38. RGB value is (119,156,56). Sum of RGB (Red+Green+Blue) = 119+156+56=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #779C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779C38 is #8863C7. Grayscale: #858585. Windows color (decimal): -8938440 or 3710071. OLE color: 3710071.

HSL color Cylindrical-coordinate representation of color #779C38: hue angle of 82.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #779C38 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 156 56 -
CMYK 0.24 0 0.64 0.39
HSL 82.2º 0.47% 0.42% -
HSV(B) 82.2º 0.64% 0.61% -
XYZ 20.21 27.98 8.08 -
YUV 133.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 119 156 56 0.24 0 0.64 0.39 82.2 0.47 0.42
Hex 77 9C 38 18 0 40 27 52 2F 2A
Octal 167 234 70 30 0 100 47 122 57 52
Binary 1110111 10011100 111000 11000 0 1000000 100111 1010010 101111 101010

Color Harmonies of #779C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C38

Black with #779C38

Text Example


Text Example

White with #779C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,156,56); }

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

background-color css

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

 a { background-color: rgb(119,156,56); }

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

border-color css

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

 span { border-color: rgb(119,156,56); }

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