#768933

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

Shades of Wasabi #768933

Tints of Wasabi #768933

Color information

#768933 (or 0x768933) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 33. RGB value is (118,137,51). Sum of RGB (Red+Green+Blue) = 118+137+51=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #768933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768933 is #8976CC. Grayscale: #797979. Windows color (decimal): -9008845 or 3377526. OLE color: 3377526.

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

Color convert

RGB11813751-
CMYK0.1400.630.46
HSL73.26º45.74%36.86%-
HSV(B)73.26º62.77%53.73%-
XYZ17.0121.986.48-
YUV121.5188.21125.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=38.56%
G=44.77%
B=16.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137510.1400.630.4673.2645.7436.86
Hex768933E03F2E492e25
Octal1662116316077561115645
Binary111011010001001110011111001111111011101001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768933; }

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

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

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

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

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

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

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

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