#7A983F

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

Shades of Sushi #7A983F

Tints of Sushi #7A983F

Color information

#7A983F (or 0x7A983F) is unknown color: approx Sushi. HEX triplet: 7A, 98 and 3F. RGB value is (122,152,63). Sum of RGB (Red+Green+Blue) = 122+152+63=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #7A983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A983F is #8567C0. Grayscale: #858585. Windows color (decimal): -8742849 or 4167802. OLE color: 4167802.

HSL color Cylindrical-coordinate representation of color #7A983F: hue angle of 80.22º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A983F is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB12215263-
CMYK0.2000.590.40
HSL80.22º41.4%42.16%-
HSV(B)80.22º58.55%59.61%-
XYZ20.1526.958.84-
YUV132.8888.56120.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 63 (25% from 255) = 18.69%
R=36.20%
G=45.10%
B=18.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122152630.2000.590.4080.2241.442.16
Hex7A983F1403B2850292a
Octal1722307724073501205152
Binary1111010100110001111111010001110111010001010000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,63); }

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

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

 a { background-color: rgb(122,152,63); }

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

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

 span { border-color: rgb(122,152,63); }

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