#778C33

Color #778C33 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #778C33

Tints of Wasabi #778C33

Color information

#778C33 (or 0x778C33) is unknown color: approx Wasabi. HEX triplet: 77, 8C and 33. RGB value is (119,140,51). Sum of RGB (Red+Green+Blue) = 119+140+51=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #778C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C33 is #8873CC. Grayscale: #7B7B7B. Windows color (decimal): -8942541 or 3378295. OLE color: 3378295.

HSL color Cylindrical-coordinate representation of color #778C33: hue angle of 74.16º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #778C33 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB11914051-
CMYK0.1500.640.45
HSL74.16º46.6%37.45%-
HSV(B)74.16º63.57%54.9%-
XYZ17.5822.926.63-
YUV123.5787.04124.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=38.39%
G=45.16%
B=16.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119140510.1500.640.4574.1646.637.45
Hex778C33F0402D4a2f25
Octal16721463170100551125745
Binary1110111100011001100111111010000001011011001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C33; }

 p { color: rgb(119,140,51); }

 H1.HeaderClassName
 {
   color: #778C33;
 }
 .AnyTagClassName
 {
   color: #778C33;
 }
</style>
background-color css

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

 a { background-color: rgb(119,140,51); }

 div.DivClassName
 {
   background-color: #778C33;
 }
 .BgClassName
 {
   background-color: #778C33;
 }
</style>
border-color css

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

 span { border-color: rgb(119,140,51); }

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