#7F8735

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

Shades of Wasabi #7F8735

Tints of Wasabi #7F8735

Color information

#7F8735 (or 0x7F8735) is unknown color: approx Wasabi. HEX triplet: 7F, 87 and 35. RGB value is (127,135,53). Sum of RGB (Red+Green+Blue) = 127+135+53=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8735 is #8078CA. Grayscale: #7B7B7B. Windows color (decimal): -8419531 or 3508095. OLE color: 3508095.

HSL color Cylindrical-coordinate representation of color #7F8735: hue angle of 65.85º 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 #7F8735 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB12713553-
CMYK0.0600.610.47
HSL65.85º43.62%36.86%-
HSV(B)65.85º60.74%52.94%-
XYZ18.0622.16.68-
YUV123.2688.35130.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=40.32%
G=42.86%
B=16.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135530.0600.610.4765.8543.6236.86
Hex7F8735603D2F422c25
Octal177207656075571025445
Binary11111111000011111010111001111011011111000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8735; }

 p { color: rgb(127,135,53); }

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

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

 a { background-color: rgb(127,135,53); }

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

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

 span { border-color: rgb(127,135,53); }

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