#747933

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

Shades of Crete #747933

Tints of Crete #747933

Color information

#747933 (or 0x747933) is unknown color: approx Crete. HEX triplet: 74, 79 and 33. RGB value is (116,121,51). Sum of RGB (Red+Green+Blue) = 116+121+51=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #747933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747933 is #8B86CC. Grayscale: #6F6F6F. Windows color (decimal): -9144013 or 3373428. OLE color: 3373428.

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

Color convert

RGB11612151-
CMYK0.0400.580.53
HSL64.29º40.7%33.73%-
HSV(B)64.29º57.85%47.45%-
XYZ14.6417.635.76-
YUV111.5293.84131.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=40.28%
G=42.01%
B=17.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121510.0400.580.5364.2940.733.73
Hex747933403A35402922
Octal164171634072651005142
Binary1110100111100111001110001110101101011000000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747933; }

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

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

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

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

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

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

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

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