#768237

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

Shades of Wasabi #768237

Tints of Wasabi #768237

Color information

#768237 (or 0x768237) is unknown color: approx Wasabi. HEX triplet: 76, 82 and 37. RGB value is (118,130,55). Sum of RGB (Red+Green+Blue) = 118+130+55=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #768237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768237 is #897DC8. Grayscale: #767676. Windows color (decimal): -9010633 or 3637878. OLE color: 3637878.

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

Color convert

RGB11813055-
CMYK0.0900.580.49
HSL69.6º40.54%36.27%-
HSV(B)69.6º57.69%50.98%-
XYZ16.1420.096.64-
YUV117.8692.52128.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=38.94%
G=42.90%
B=18.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130550.0900.580.4969.640.5436.27
Hex768237903A31462924
Octal1662026711072611065144
Binary111011010000010110111100101110101100011000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768237; }

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

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

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

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

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

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

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

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