#7C902F

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

Shades of Wasabi #7C902F

Tints of Wasabi #7C902F

Color information

#7C902F (or 0x7C902F) is unknown color: approx Wasabi. HEX triplet: 7C, 90 and 2F. RGB value is (124,144,47). Sum of RGB (Red+Green+Blue) = 124+144+47=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #7C902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C902F is #836FD0. Grayscale: #7F7F7F. Windows color (decimal): -8613841 or 3117180. OLE color: 3117180.

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

Color convert

RGB12414447-
CMYK0.1400.670.44
HSL72.37º50.79%37.45%-
HSV(B)72.37º67.36%56.47%-
XYZ18.824.446.42-
YUV126.9682.87125.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=39.37%
G=45.71%
B=14.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124144470.1400.670.4472.3750.7937.45
Hex7C902FE0432C483325
Octal17422057160103541106345
Binary1111100100100001011111110010000111011001001000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,47); }

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

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

 a { background-color: rgb(124,144,47); }

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

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

 span { border-color: rgb(124,144,47); }

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