#74A03D

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

Shades of Sushi #74A03D

Tints of Sushi #74A03D

Color information

#74A03D (or 0x74A03D) is unknown color: approx Sushi. HEX triplet: 74, A0 and 3D. RGB value is (116,160,61). Sum of RGB (Red+Green+Blue) = 116+160+61=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #74A03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A03D is #8B5FC2. Grayscale: #878787. Windows color (decimal): -9134019 or 4038772. OLE color: 4038772.

HSL color Cylindrical-coordinate representation of color #74A03D: hue angle of 86.67º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74A03D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB11616061-
CMYK0.2800.620.37
HSL86.67º44.8%43.33%-
HSV(B)86.67º61.87%62.75%-
XYZ20.6229.198.96-
YUV135.5685.92114.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=34.42%
G=47.48%
B=18.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116160610.2800.620.3786.6744.843.33
Hex74A03D1C03E25572d2b
Octal1642407534076451275553
Binary1110100101000001111011110001111101001011010111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A03D; }

 p { color: rgb(116,160,61); }

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

<style>
 a { background-color: #74A03D; }

 a { background-color: rgb(116,160,61); }

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

<style>
 span { border-color: #74A03D; }

 span { border-color: rgb(116,160,61); }

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