#79A82F

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

Shades of Sushi #79A82F

Tints of Sushi #79A82F

Color information

#79A82F (or 0x79A82F) is unknown color: approx Sushi. HEX triplet: 79, A8 and 2F. RGB value is (121,168,47). Sum of RGB (Red+Green+Blue) = 121+168+47=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #79A82F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A82F is #8657D0. Grayscale: #8C8C8C. Windows color (decimal): -8804305 or 3123321. OLE color: 3123321.

HSL color Cylindrical-coordinate representation of color #79A82F: hue angle of 83.31º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79A82F is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB12116847-
CMYK0.2800.720.34
HSL83.31º56.28%42.16%-
HSV(B)83.31º72.02%65.88%-
XYZ22.432.287.74-
YUV140.1575.43114.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=36.01%
G=50%
B=13.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121168470.2800.720.3483.3156.2842.16
Hex79A82F1C0482253382a
Octal17125057340110421237052
Binary11110011010100010111111100010010001000101010011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A82F; }

 p { color: rgb(121,168,47); }

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

<style>
 a { background-color: #79A82F; }

 a { background-color: rgb(121,168,47); }

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

<style>
 span { border-color: #79A82F; }

 span { border-color: rgb(121,168,47); }

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