#74793C

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

Shades of Crete #74793C

Tints of Crete #74793C

Color information

#74793C (or 0x74793C) is unknown color: approx Crete. HEX triplet: 74, 79 and 3C. RGB value is (116,121,60). Sum of RGB (Red+Green+Blue) = 116+121+60=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #74793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74793C is #8B86C3. Grayscale: #707070. Windows color (decimal): -9144004 or 3963252. OLE color: 3963252.

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

Color convert

RGB11612160-
CMYK0.0400.500.53
HSL64.92º33.7%35.49%-
HSV(B)64.92º50.41%47.45%-
XYZ14.8617.716.91-
YUV112.5598.34130.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=39.06%
G=40.74%
B=20.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121600.0400.500.5364.9233.735.49
Hex74793C403235412223
Octal164171744062651014243
Binary1110100111100111110010001100101101011000001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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