#7C8B33

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

Shades of Wasabi #7C8B33

Tints of Wasabi #7C8B33

Color information

#7C8B33 (or 0x7C8B33) is unknown color: approx Wasabi. HEX triplet: 7C, 8B and 33. RGB value is (124,139,51). Sum of RGB (Red+Green+Blue) = 124+139+51=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8B33 is #8374CC. Grayscale: #7C7C7C. Windows color (decimal): -8615117 or 3378044. OLE color: 3378044.

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

Color convert

RGB12413951-
CMYK0.1100.630.45
HSL70.23º46.32%37.25%-
HSV(B)70.23º63.31%54.51%-
XYZ18.1422.996.61-
YUV124.4886.53127.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=39.49%
G=44.27%
B=16.24%

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
Decimal124139510.1100.630.4570.2346.3237.25
Hex7C8B33B03F2D462e25
Octal1742136313077551065645
Binary111110010001011110011101101111111011011000110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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