#79A93B

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

Shades of Sushi #79A93B

Tints of Sushi #79A93B

Color information

#79A93B (or 0x79A93B) is unknown color: approx Sushi. HEX triplet: 79, A9 and 3B. RGB value is (121,169,59). Sum of RGB (Red+Green+Blue) = 121+169+59=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #79A93B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A93B is #8656C4. Grayscale: #8E8E8E. Windows color (decimal): -8804037 or 3910009. OLE color: 3910009.

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

Color convert

RGB12116959-
CMYK0.2800.650.34
HSL86.18º48.25%44.71%-
HSV(B)86.18º65.09%66.27%-
XYZ22.8632.769.26-
YUV142.1181.1112.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=34.67%
G=48.42%
B=16.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121169590.2800.650.3486.1848.2544.71
Hex79A93B1C0412256302d
Octal17125173340101421266055
Binary11110011010100111101111100010000011000101010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,169,59); }

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

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

 a { background-color: rgb(121,169,59); }

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

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

 span { border-color: rgb(121,169,59); }

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