#74943F

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

Shades of Sushi #74943F

Tints of Sushi #74943F

Color information

#74943F (or 0x74943F) is unknown color: approx Sushi. HEX triplet: 74, 94 and 3F. RGB value is (116,148,63). Sum of RGB (Red+Green+Blue) = 116+148+63=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #74943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74943F is #8B6BC0. Grayscale: #818181. Windows color (decimal): -9137089 or 4166772. OLE color: 4166772.

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

Color convert

RGB11614863-
CMYK0.2200.570.42
HSL82.59º40.28%41.37%-
HSV(B)82.59º57.43%58.04%-
XYZ18.6925.258.59-
YUV128.7490.9118.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 63 (25% from 255) = 19.27%
R=35.47%
G=45.26%
B=19.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148630.2200.570.4282.5940.2841.37
Hex74943F160392A532829
Octal1642247726071521235051
Binary1110100100101001111111011001110011010101010011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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