#7C8C35

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

Shades of Wasabi #7C8C35

Tints of Wasabi #7C8C35

Color information

#7C8C35 (or 0x7C8C35) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 35. RGB value is (124,140,53). Sum of RGB (Red+Green+Blue) = 124+140+53=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C35 is #8373CA. Grayscale: #7D7D7D. Windows color (decimal): -8614859 or 3509372. OLE color: 3509372.

HSL color Cylindrical-coordinate representation of color #7C8C35: hue angle of 71.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C8C35 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB12414053-
CMYK0.1100.620.45
HSL71.03º45.08%37.84%-
HSV(B)71.03º62.14%54.9%-
XYZ18.3323.36.9-
YUV125.387.2127.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=39.12%
G=44.16%
B=16.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140530.1100.620.4571.0345.0837.84
Hex7C8C35B03E2D472d26
Octal1742146513076551075546
Binary111110010001100110101101101111101011011000111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,53); }

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

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

 a { background-color: rgb(124,140,53); }

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

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

 span { border-color: rgb(124,140,53); }

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