#7C8F30

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

Shades of Wasabi #7C8F30

Tints of Wasabi #7C8F30

Color information

#7C8F30 (or 0x7C8F30) is unknown color: approx Wasabi. HEX triplet: 7C, 8F and 30. RGB value is (124,143,48). Sum of RGB (Red+Green+Blue) = 124+143+48=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8F30 is #8370CF. Grayscale: #7E7E7E. Windows color (decimal): -8614096 or 3182460. OLE color: 3182460.

HSL color Cylindrical-coordinate representation of color #7C8F30: hue angle of 72º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C8F30 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB12414348-
CMYK0.1300.660.44
HSL72º49.74%37.45%-
HSV(B)72º66.43%56.08%-
XYZ18.6724.146.47-
YUV126.4983.71126.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=39.37%
G=45.40%
B=15.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124143480.1300.660.447249.7437.45
Hex7C8F30D0422C483225
Octal17421760150102541106245
Binary1111100100011111100001101010000101011001001000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,143,48); }

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

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

 a { background-color: rgb(124,143,48); }

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

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

 span { border-color: rgb(124,143,48); }

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