#7C9134

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

Shades of Wasabi #7C9134

Tints of Wasabi #7C9134

Color information

#7C9134 (or 0x7C9134) is unknown color: approx Wasabi. HEX triplet: 7C, 91 and 34. RGB value is (124,145,52). Sum of RGB (Red+Green+Blue) = 124+145+52=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9134 is #836ECB. Grayscale: #808080. Windows color (decimal): -8613580 or 3445116. OLE color: 3445116.

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

Color convert

RGB12414552-
CMYK0.1400.640.43
HSL73.55º47.21%38.63%-
HSV(B)73.55º64.14%56.86%-
XYZ19.0624.787.03-
YUV128.1285.04125.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=38.63%
G=45.17%
B=16.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124145520.1400.640.4373.5547.2138.63
Hex7C9134E0402B4a2f27
Octal17422164160100531125747
Binary1111100100100011101001110010000001010111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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