#7C8C34

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

Shades of Wasabi #7C8C34

Tints of Wasabi #7C8C34

Color information

#7C8C34 (or 0x7C8C34) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 34. RGB value is (124,140,52). Sum of RGB (Red+Green+Blue) = 124+140+52=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C34 is #8373CB. Grayscale: #7D7D7D. Windows color (decimal): -8614860 or 3443836. OLE color: 3443836.

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

Color convert

RGB12414052-
CMYK0.1100.630.45
HSL70.91º45.83%37.65%-
HSV(B)70.91º62.86%54.9%-
XYZ18.3123.296.78-
YUV125.1886.7127.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=39.24%
G=44.30%
B=16.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140520.1100.630.4570.9145.8337.65
Hex7C8C34B03F2D472e26
Octal1742146413077551075646
Binary111110010001100110100101101111111011011000111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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