#768734

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

Shades of Wasabi #768734

Tints of Wasabi #768734

Color information

#768734 (or 0x768734) is unknown color: approx Wasabi. HEX triplet: 76, 87 and 34. RGB value is (118,135,52). Sum of RGB (Red+Green+Blue) = 118+135+52=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #768734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768734 is #8978CB. Grayscale: #787878. Windows color (decimal): -9009356 or 3442550. OLE color: 3442550.

HSL color Cylindrical-coordinate representation of color #768734: hue angle of 72.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #768734 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB11813552-
CMYK0.1300.610.47
HSL72.29º44.39%36.67%-
HSV(B)72.29º61.48%52.94%-
XYZ16.7621.436.5-
YUV120.4589.37126.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=38.69%
G=44.26%
B=17.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135520.1300.610.4772.2944.3936.67
Hex768734D03D2F482c25
Octal1662076415075571105445
Binary111011010000111110100110101111011011111001000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768734; }

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

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

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

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

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

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

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

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