#7C9030

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

Shades of Wasabi #7C9030

Tints of Wasabi #7C9030

Color information

#7C9030 (or 0x7C9030) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 30. RGB value is (124,144,48). Sum of RGB (Red+Green+Blue) = 124+144+48=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9030 is #836FCF. Grayscale: #7F7F7F. Windows color (decimal): -8613840 or 3182716. OLE color: 3182716.

HSL color Cylindrical-coordinate representation of color #7C9030: hue angle of 72.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C9030 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB12414448-
CMYK0.1400.670.44
HSL72.5º50%37.65%-
HSV(B)72.5º66.67%56.47%-
XYZ18.8224.456.52-
YUV127.0883.37125.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=39.24%
G=45.57%
B=15.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144480.1400.670.4472.55037.65
Hex7C9030E0432C483226
Octal17422060160103541106246
Binary1111100100100001100001110010000111011001001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,48); }

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

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

 a { background-color: rgb(124,144,48); }

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

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

 span { border-color: rgb(124,144,48); }

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