#7A983D

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

Shades of Sushi #7A983D

Tints of Sushi #7A983D

Color information

#7A983D (or 0x7A983D) is unknown color: approx Sushi. HEX triplet: 7A, 98 and 3D. RGB value is (122,152,61). Sum of RGB (Red+Green+Blue) = 122+152+61=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #7A983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A983D is #8567C2. Grayscale: #848484. Windows color (decimal): -8742851 or 4036730. OLE color: 4036730.

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

Color convert

RGB12215261-
CMYK0.2000.600.40
HSL79.78º42.72%41.76%-
HSV(B)79.78º59.87%59.61%-
XYZ20.126.938.55-
YUV132.6687.56120.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=36.42%
G=45.37%
B=18.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122152610.2000.600.4079.7842.7241.76
Hex7A983D1403C28502b2a
Octal1722307524074501205352
Binary1111010100110001111011010001111001010001010000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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