#79981F

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

Shades of Sushi #79981F

Tints of Sushi #79981F

Color information

#79981F (or 0x79981F) is unknown color: approx Sushi. HEX triplet: 79, 98 and 1F. RGB value is (121,152,31). Sum of RGB (Red+Green+Blue) = 121+152+31=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #79981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79981F is #8667E0. Grayscale: #818181. Windows color (decimal): -8808417 or 2070649. OLE color: 2070649.

HSL color Cylindrical-coordinate representation of color #79981F: hue angle of 75.37º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79981F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB12115231-
CMYK0.2000.800.40
HSL75.37º66.12%35.88%-
HSV(B)75.37º79.61%59.61%-
XYZ19.3626.625.41-
YUV128.9472.73122.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=39.80%
G=50%
B=10.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121152310.2000.800.4075.3766.1235.88
Hex79981F14050284b4224
Octal171230372401205011310244
Binary11110011001100011111101000101000010100010010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79981F; }

 p { color: rgb(121,152,31); }

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

<style>
 a { background-color: #79981F; }

 a { background-color: rgb(121,152,31); }

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

<style>
 span { border-color: #79981F; }

 span { border-color: rgb(121,152,31); }

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