#7A8B30

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

Shades of Wasabi #7A8B30

Tints of Wasabi #7A8B30

Color information

#7A8B30 (or 0x7A8B30) is unknown color: approx Wasabi. HEX triplet: 7A, 8B and 30. RGB value is (122,139,48). Sum of RGB (Red+Green+Blue) = 122+139+48=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B30 is #8574CF. Grayscale: #7B7B7B. Windows color (decimal): -8746192 or 3181434. OLE color: 3181434.

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

Color convert

RGB12213948-
CMYK0.1200.650.45
HSL71.21º48.66%36.67%-
HSV(B)71.21º65.47%54.51%-
XYZ17.7922.826.26-
YUV123.5485.37126.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=39.48%
G=44.98%
B=15.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122139480.1200.650.4571.2148.6636.67
Hex7A8B30C0412D473125
Octal17221360140101551076145
Binary1111010100010111100001100010000011011011000111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,48); }

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

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

 a { background-color: rgb(122,139,48); }

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

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

 span { border-color: rgb(122,139,48); }

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