#768244

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

Shades of Wasabi #768244

Tints of Wasabi #768244

Color information

#768244 (or 0x768244) is unknown color: approx Wasabi. HEX triplet: 76, 82 and 44. RGB value is (118,130,68). Sum of RGB (Red+Green+Blue) = 118+130+68=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #768244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768244 is #897DBB. Grayscale: #777777. Windows color (decimal): -9010620 or 4489846. OLE color: 4489846.

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

Color convert

RGB11813068-
CMYK0.0900.480.49
HSL71.61º31.31%38.82%-
HSV(B)71.61º47.69%50.98%-
XYZ16.520.238.5-
YUV119.3499.02127.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=37.34%
G=41.14%
B=21.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130680.0900.480.4971.6131.3138.82
Hex768244903031481f27
Octal16620210411060611103747
Binary111011010000010100010010010110000110001100100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768244; }

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

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

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

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

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

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

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

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