#747939

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

Shades of Crete #747939

Tints of Crete #747939

Color information

#747939 (or 0x747939) is unknown color: approx Crete. HEX triplet: 74, 79 and 39. RGB value is (116,121,57). Sum of RGB (Red+Green+Blue) = 116+121+57=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #747939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747939 is #8B86C6. Grayscale: #707070. Windows color (decimal): -9144007 or 3766644. OLE color: 3766644.

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

Color convert

RGB11612157-
CMYK0.0400.530.53
HSL64.69º35.96%34.9%-
HSV(B)64.69º52.89%47.45%-
XYZ14.7817.686.51-
YUV112.2196.84130.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=39.46%
G=41.16%
B=19.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121570.0400.530.5364.6935.9634.9
Hex747939403535412423
Octal164171714065651014443
Binary1110100111100111100110001101011101011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747939; }

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

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

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

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

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

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

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

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