#74913E

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

Shades of Sushi #74913E

Tints of Sushi #74913E

Color information

#74913E (or 0x74913E) is unknown color: approx Sushi. HEX triplet: 74, 91 and 3E. RGB value is (116,145,62). Sum of RGB (Red+Green+Blue) = 116+145+62=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #74913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74913E is #8B6EC1. Grayscale: #7F7F7F. Windows color (decimal): -9137858 or 4100468. OLE color: 4100468.

HSL color Cylindrical-coordinate representation of color #74913E: hue angle of 80.96º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74913E is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB11614562-
CMYK0.200.570.43
HSL80.96º40.1%40.59%-
HSV(B)80.96º57.24%56.86%-
XYZ18.224.318.29-
YUV126.8791.39120.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=35.91%
G=44.89%
B=19.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145620.200.570.4380.9640.140.59
Hex74913E140392B512829
Octal1642217624071531215051
Binary1110100100100011111101010001110011010111010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74913E; }

 p { color: rgb(116,145,62); }

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

<style>
 a { background-color: #74913E; }

 a { background-color: rgb(116,145,62); }

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

<style>
 span { border-color: #74913E; }

 span { border-color: rgb(116,145,62); }

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