#7C9033

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

Shades of Wasabi #7C9033

Tints of Wasabi #7C9033

Color information

#7C9033 (or 0x7C9033) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 33. RGB value is (124,144,51). Sum of RGB (Red+Green+Blue) = 124+144+51=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9033 is #836FCC. Grayscale: #7F7F7F. Windows color (decimal): -8613837 or 3379324. OLE color: 3379324.

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

Color convert

RGB12414451-
CMYK0.1400.650.44
HSL72.9º47.69%38.24%-
HSV(B)72.9º64.58%56.47%-
XYZ18.8824.476.86-
YUV127.4284.87125.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=38.87%
G=45.14%
B=15.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144510.1400.650.4472.947.6938.24
Hex7C9033E0412C493026
Octal17422063160101541116046
Binary1111100100100001100111110010000011011001001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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