#747A2C

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

Shades of Olivetone #747A2C

Tints of Olivetone #747A2C

Color information

#747A2C (or 0x747A2C) is unknown color: approx Olivetone. HEX triplet: 74, 7A and 2C. RGB value is (116,122,44). Sum of RGB (Red+Green+Blue) = 116+122+44=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #747A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A2C is #8B85D3. Grayscale: #6F6F6F. Windows color (decimal): -9143764 or 2914932. OLE color: 2914932.

HSL color Cylindrical-coordinate representation of color #747A2C: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #747A2C is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB11612244-
CMYK0.0500.640.52
HSL64.62º46.99%32.55%-
HSV(B)64.62º63.93%47.84%-
XYZ14.6217.815.05-
YUV111.3190.01131.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=41.13%
G=43.26%
B=15.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122440.0500.640.5264.6246.9932.55
Hex747A2C504034412f21
Octal1641725450100641015741
Binary11101001111010101100101010000001101001000001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747A2C; }

 p { color: rgb(116,122,44); }

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

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

 a { background-color: rgb(116,122,44); }

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

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

 span { border-color: rgb(116,122,44); }

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