#7C8A3B

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

Shades of Wasabi #7C8A3B

Tints of Wasabi #7C8A3B

Color information

#7C8A3B (or 0x7C8A3B) is unknown color: approx Wasabi. HEX triplet: 7C, 8A and 3B. RGB value is (124,138,59). Sum of RGB (Red+Green+Blue) = 124+138+59=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8A3B is #8375C4. Grayscale: #7D7D7D. Windows color (decimal): -8615365 or 3902076. OLE color: 3902076.

HSL color Cylindrical-coordinate representation of color #7C8A3B: hue angle of 70.63º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C8A3B is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB12413859-
CMYK0.1000.570.46
HSL70.63º40.1%38.63%-
HSV(B)70.63º57.25%54.12%-
XYZ18.1922.787.58-
YUV124.8190.86127.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=38.63%
G=42.99%
B=18.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124138590.1000.570.4670.6340.138.63
Hex7C8A3BA0392E472827
Octal1742127312071561075047
Binary111110010001010111011101001110011011101000111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,59); }

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

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

 a { background-color: rgb(124,138,59); }

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

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

 span { border-color: rgb(124,138,59); }

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