#74913C

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

Shades of Sushi #74913C

Tints of Sushi #74913C

Color information

#74913C (or 0x74913C) is unknown color: approx Sushi. HEX triplet: 74, 91 and 3C. RGB value is (116,145,60). Sum of RGB (Red+Green+Blue) = 116+145+60=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #74913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74913C is #8B6EC3. Grayscale: #7E7E7E. Windows color (decimal): -9137860 or 3969396. OLE color: 3969396.

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

Color convert

RGB11614560-
CMYK0.200.590.43
HSL80.47º41.46%40.2%-
HSV(B)80.47º58.62%56.86%-
XYZ18.1424.298.01-
YUV126.6490.39120.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=36.14%
G=45.17%
B=18.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145600.200.590.4380.4741.4640.2
Hex74913C1403B2B502928
Octal1642217424073531205150
Binary1110100100100011111001010001110111010111010000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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