#768931

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

Shades of Wasabi #768931

Tints of Wasabi #768931

Color information

#768931 (or 0x768931) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 31. RGB value is (118,137,49). Sum of RGB (Red+Green+Blue) = 118+137+49=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #768931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768931 is #8976CE. Grayscale: #797979. Windows color (decimal): -9008847 or 3246454. OLE color: 3246454.

HSL color Cylindrical-coordinate representation of color #768931: hue angle of 72.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #768931 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB11813749-
CMYK0.1400.640.46
HSL72.95º47.31%36.47%-
HSV(B)72.95º64.23%53.73%-
XYZ16.9721.966.25-
YUV121.2987.21125.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=38.82%
G=45.07%
B=16.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137490.1400.640.4672.9547.3136.47
Hex768931E0402E492f24
Octal16621161160100561115744
Binary1110110100010011100011110010000001011101001001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768931; }

 p { color: rgb(118,137,49); }

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

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

 a { background-color: rgb(118,137,49); }

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

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

 span { border-color: rgb(118,137,49); }

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