#7C9335

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

Shades of Wasabi #7C9335

Tints of Wasabi #7C9335

Color information

#7C9335 (or 0x7C9335) is unknown color: approx Wasabi. HEX triplet: 7C, 93 and 35. RGB value is (124,147,53). Sum of RGB (Red+Green+Blue) = 124+147+53=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9335 is #836CCA. Grayscale: #818181. Windows color (decimal): -8613067 or 3511164. OLE color: 3511164.

HSL color Cylindrical-coordinate representation of color #7C9335: hue angle of 74.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C9335 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB12414753-
CMYK0.1600.640.42
HSL74.68º47%39.22%-
HSV(B)74.68º63.95%57.65%-
XYZ19.3925.417.25-
YUV129.4184.88124.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=38.27%
G=45.37%
B=16.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124147530.1600.640.4274.684739.22
Hex7C9335100402A4b2f27
Octal17422365200100521135747
Binary11111001001001111010110000010000001010101001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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