#78883A

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

Shades of Wasabi #78883A

Tints of Wasabi #78883A

Color information

#78883A (or 0x78883A) is unknown color: approx Wasabi. HEX triplet: 78, 88 and 3A. RGB value is (120,136,58). Sum of RGB (Red+Green+Blue) = 120+136+58=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #78883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78883A is #8777C5. Grayscale: #7A7A7A. Windows color (decimal): -8878022 or 3836024. OLE color: 3836024.

HSL color Cylindrical-coordinate representation of color #78883A: hue angle of 72.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78883A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB12013658-
CMYK0.1200.570.47
HSL72.31º40.21%38.04%-
HSV(B)72.31º57.35%53.33%-
XYZ17.3121.917.32-
YUV122.3291.7126.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=38.22%
G=43.31%
B=18.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120136580.1200.570.4772.3140.2138.04
Hex78883AC0392F482826
Octal1702107214071571105046
Binary111100010001000111010110001110011011111001000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78883A; }

 p { color: rgb(120,136,58); }

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

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

 a { background-color: rgb(120,136,58); }

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

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

 span { border-color: rgb(120,136,58); }

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