#7B902C

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

Shades of Wasabi #7B902C

Tints of Wasabi #7B902C

Color information

#7B902C (or 0x7B902C) is unknown color: approx Wasabi. HEX triplet: 7B, 90 and 2C. RGB value is (123,144,44). Sum of RGB (Red+Green+Blue) = 123+144+44=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #7B902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B902C is #846FD3. Grayscale: #7E7E7E. Windows color (decimal): -8679380 or 2920571. OLE color: 2920571.

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

Color convert

RGB12314444-
CMYK0.1500.690.44
HSL72.6º53.19%36.86%-
HSV(B)72.6º69.44%56.47%-
XYZ18.624.346.1-
YUV126.3281.54125.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.55%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=39.55%
G=46.30%
B=14.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123144440.1500.690.4472.653.1936.86
Hex7B902CF0452C493525
Octal17322054170105541116545
Binary1111011100100001011001111010001011011001001001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,144,44); }

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

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

 a { background-color: rgb(123,144,44); }

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

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

 span { border-color: rgb(123,144,44); }

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