#7aa12f

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

Shades of Sushi #7AA12F

Tints of Sushi #7AA12F

Color information

#7AA12F (or 0x7AA12F) is unknown color: approx Sushi. HEX triplet: 7A, A1 and 2F. RGB value is (122,161,47). Sum of RGB (Red+Green+Blue) = 122+161+47=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA12F is #855ED0. Grayscale: #888888. Windows color (decimal): -8740561 or 3121530. OLE color: 3121530.

HSL color Cylindrical-coordinate representation of color #7AA12F: hue angle of 80.53º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AA12F is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB12216147-
CMYK0.2400.710.37
HSL80.53º54.81%40.78%-
HSV(B)80.53º70.81%63.14%-
XYZ21.2829.837.33-
YUV136.3477.58117.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 47 (18.75% from 255) = 14.24%
R=36.97%
G=48.79%
B=14.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122161470.2400.710.3780.5354.8140.78
Hex7AA12F1804725513729
Octal17224157300107451216751
Binary11110101010000110111111000010001111001011010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aa12f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,161,47); }

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

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

 a { background-color: rgb(122,161,47); }

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

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

 span { border-color: rgb(122,161,47); }

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