#7C9434

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

Shades of Wasabi #7C9434

Tints of Wasabi #7C9434

Color information

#7C9434 (or 0x7C9434) is unknown color: approx Wasabi. HEX triplet: 7C, 94 and 34. RGB value is (124,148,52). Sum of RGB (Red+Green+Blue) = 124+148+52=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9434 is #836BCB. Grayscale: #828282. Windows color (decimal): -8612812 or 3445884. OLE color: 3445884.

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

Color convert

RGB12414852-
CMYK0.1600.650.42
HSL75º48%39.22%-
HSV(B)75º64.86%58.04%-
XYZ19.5225.717.18-
YUV129.8884.05123.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=38.27%
G=45.68%
B=16.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148520.1600.650.42754839.22
Hex7C9434100412A4b3027
Octal17422464200101521136047
Binary11111001001010011010010000010000011010101001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,52); }

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

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

 a { background-color: rgb(124,148,52); }

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

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

 span { border-color: rgb(124,148,52); }

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