#768242

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

Shades of Wasabi #768242

Tints of Wasabi #768242

Color information

#768242 (or 0x768242) is unknown color: approx Wasabi. HEX triplet: 76, 82 and 42. RGB value is (118,130,66). Sum of RGB (Red+Green+Blue) = 118+130+66=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #768242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768242 is #897DBD. Grayscale: #777777. Windows color (decimal): -9010622 or 4358774. OLE color: 4358774.

HSL color Cylindrical-coordinate representation of color #768242: hue angle of 71.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #768242 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB11813066-
CMYK0.0900.490.49
HSL71.25º32.65%38.43%-
HSV(B)71.25º49.23%50.98%-
XYZ16.4420.218.19-
YUV119.1298.02127.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=37.58%
G=41.40%
B=21.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130660.0900.490.4971.2532.6538.43
Hex768242903131472126
Octal16620210211061611074146
Binary1110110100000101000010100101100011100011000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768242; }

 p { color: rgb(118,130,66); }

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

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

 a { background-color: rgb(118,130,66); }

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

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

 span { border-color: rgb(118,130,66); }

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