#7C8C2D

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

Shades of Wasabi #7C8C2D

Tints of Wasabi #7C8C2D

Color information

#7C8C2D (or 0x7C8C2D) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 2D. RGB value is (124,140,45). Sum of RGB (Red+Green+Blue) = 124+140+45=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C2D is #8373D2. Grayscale: #7C7C7C. Windows color (decimal): -8614867 or 2985084. OLE color: 2985084.

HSL color Cylindrical-coordinate representation of color #7C8C2D: hue angle of 70.11º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C8C2D is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB12414045-
CMYK0.1100.680.45
HSL70.11º51.35%36.27%-
HSV(B)70.11º67.86%54.9%-
XYZ18.1623.236.01-
YUV124.3983.2127.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=40.13%
G=45.31%
B=14.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140450.1100.680.4570.1151.3536.27
Hex7C8C2DB0442D463324
Octal17421455130104551066344
Binary1111100100011001011011011010001001011011000110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,45); }

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

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

 a { background-color: rgb(124,140,45); }

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

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

 span { border-color: rgb(124,140,45); }

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