#768934

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

Shades of Wasabi #768934

Tints of Wasabi #768934

Color information

#768934 (or 0x768934) is unknown color: approx Wasabi. HEX triplet: 76, 89 and 34. RGB value is (118,137,52). Sum of RGB (Red+Green+Blue) = 118+137+52=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #768934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768934 is #8976CB. Grayscale: #797979. Windows color (decimal): -9008844 or 3443062. OLE color: 3443062.

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

Color convert

RGB11813752-
CMYK0.1400.620.46
HSL73.41º44.97%37.06%-
HSV(B)73.41º62.04%53.73%-
XYZ17.0421.996.6-
YUV121.6388.71125.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=38.44%
G=44.63%
B=16.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137520.1400.620.4673.4144.9737.06
Hex768934E03E2E492d25
Octal1662116416076561115545
Binary111011010001001110100111001111101011101001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768934; }

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

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

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

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

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

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

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

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