#74973C

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

Shades of Sushi #74973C

Tints of Sushi #74973C

Color information

#74973C (or 0x74973C) is unknown color: approx Sushi. HEX triplet: 74, 97 and 3C. RGB value is (116,151,60). Sum of RGB (Red+Green+Blue) = 116+151+60=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #74973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74973C is #8B68C3. Grayscale: #828282. Windows color (decimal): -9136324 or 3970932. OLE color: 3970932.

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

Color convert

RGB11615160-
CMYK0.2300.600.41
HSL83.08º43.13%41.37%-
HSV(B)83.08º60.26%59.22%-
XYZ19.0826.178.32-
YUV130.1688.4117.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=35.47%
G=46.18%
B=18.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151600.2300.600.4183.0843.1341.37
Hex74973C1703C29532b29
Octal1642277427074511235351
Binary1110100100101111111001011101111001010011010011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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