#74943C

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

Shades of Sushi #74943C

Tints of Sushi #74943C

Color information

#74943C (or 0x74943C) is unknown color: approx Sushi. HEX triplet: 74, 94 and 3C. RGB value is (116,148,60). Sum of RGB (Red+Green+Blue) = 116+148+60=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #74943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74943C is #8B6BC3. Grayscale: #808080. Windows color (decimal): -9137092 or 3970164. OLE color: 3970164.

HSL color Cylindrical-coordinate representation of color #74943C: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74943C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11614860-
CMYK0.2200.590.42
HSL81.82º42.31%40.78%-
HSV(B)81.82º59.46%58.04%-
XYZ18.6125.228.16-
YUV128.489.4119.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=35.80%
G=45.68%
B=18.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148600.2200.590.4281.8242.3140.78
Hex74943C1603B2A522a29
Octal1642247426073521225251
Binary1110100100101001111001011001110111010101010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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