#79AF3D

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

Shades of Sushi #79AF3D

Tints of Sushi #79AF3D

Color information

#79AF3D (or 0x79AF3D) is unknown color: approx Sushi. HEX triplet: 79, AF and 3D. RGB value is (121,175,61). Sum of RGB (Red+Green+Blue) = 121+175+61=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AF3D is #8650C2. Grayscale: #929292. Windows color (decimal): -8802499 or 4042617. OLE color: 4042617.

HSL color Cylindrical-coordinate representation of color #79AF3D: hue angle of 88.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79AF3D is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB12117561-
CMYK0.3100.650.31
HSL88.42º48.31%46.27%-
HSV(B)88.42º65.14%68.63%-
XYZ24.0635.069.91-
YUV145.8680.11110.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=33.89%
G=49.02%
B=17.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121175610.3100.650.3188.4248.3146.27
Hex79AF3D1F0411F58302e
Octal17125775370101371306056
Binary1111001101011111111011111101000001111111011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,61); }

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

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

 a { background-color: rgb(121,175,61); }

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

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

 span { border-color: rgb(121,175,61); }

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