#747A2D

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

Shades of Olivetone #747A2D

Tints of Olivetone #747A2D

Color information

#747A2D (or 0x747A2D) is unknown color: approx Olivetone. HEX triplet: 74, 7A and 2D. RGB value is (116,122,45). Sum of RGB (Red+Green+Blue) = 116+122+45=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #747A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A2D is #8B85D2. Grayscale: #6F6F6F. Windows color (decimal): -9143763 or 2980468. OLE color: 2980468.

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

Color convert

RGB11612245-
CMYK0.0500.630.52
HSL64.68º46.11%32.75%-
HSV(B)64.68º63.11%47.84%-
XYZ14.6417.825.15-
YUV111.4390.51131.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=40.99%
G=43.11%
B=15.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116122450.0500.630.5264.6846.1132.75
Hex747A2D503F34412e21
Octal164172555077641015641
Binary1110100111101010110110101111111101001000001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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