#74793F

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

Shades of Siam #74793F

Tints of Siam #74793F

Color information

#74793F (or 0x74793F) is unknown color: approx Siam. HEX triplet: 74, 79 and 3F. RGB value is (116,121,63). Sum of RGB (Red+Green+Blue) = 116+121+63=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #74793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793F is #8B86C0. Grayscale: #717171. Windows color (decimal): -9144001 or 4159860. OLE color: 4159860.

HSL color Cylindrical-coordinate representation of color #74793F: hue angle of 65.17º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74793F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11612163-
CMYK0.0400.480.53
HSL65.17º31.52%36.08%-
HSV(B)65.17º47.93%47.45%-
XYZ14.9417.757.34-
YUV112.8999.84130.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 63 (25% from 255) = 21%
R=38.67%
G=40.33%
B=21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121630.0400.480.5365.1731.5236.08
Hex74793F403035412024
Octal164171774060651014044
Binary1110100111100111111110001100001101011000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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