#768141

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

Shades of Wasabi #768141

Tints of Wasabi #768141

Color information

#768141 (or 0x768141) is unknown color: approx Wasabi. HEX triplet: 76, 81 and 41. RGB value is (118,129,65). Sum of RGB (Red+Green+Blue) = 118+129+65=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #768141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768141 is #897EBE. Grayscale: #767676. Windows color (decimal): -9010879 or 4292982. OLE color: 4292982.

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

Color convert

RGB11812965-
CMYK0.0900.500.49
HSL70.31º32.99%38.04%-
HSV(B)70.31º49.61%50.59%-
XYZ16.2819.937.99-
YUV118.4297.86127.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=37.82%
G=41.35%
B=20.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129650.0900.500.4970.3132.9938.04
Hex768141903231462126
Octal16620110111062611064146
Binary1110110100000011000001100101100101100011000110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768141; }

 p { color: rgb(118,129,65); }

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

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

 a { background-color: rgb(118,129,65); }

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

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

 span { border-color: rgb(118,129,65); }

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