#74933D

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

Shades of Sushi #74933D

Tints of Sushi #74933D

Color information

#74933D (or 0x74933D) is unknown color: approx Sushi. HEX triplet: 74, 93 and 3D. RGB value is (116,147,61). Sum of RGB (Red+Green+Blue) = 116+147+61=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #74933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74933D is #8B6CC2. Grayscale: #808080. Windows color (decimal): -9137347 or 4035444. OLE color: 4035444.

HSL color Cylindrical-coordinate representation of color #74933D: hue angle of 81.63º degrees, saturation: 0.41, 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 #74933D is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11614761-
CMYK0.2100.590.42
HSL81.63º41.35%40.78%-
HSV(B)81.63º58.5%57.65%-
XYZ18.4824.928.25-
YUV127.9390.23119.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=35.80%
G=45.37%
B=18.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147610.2100.590.4281.6341.3540.78
Hex74933D1503B2A522929
Octal1642237525073521225151
Binary1110100100100111111011010101110111010101010010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74933D; }

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

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

<style>
 a { background-color: #74933D; }

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

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

<style>
 span { border-color: #74933D; }

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

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