#74732A

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

Shades of Olivetone #74732A

Tints of Olivetone #74732A

Color information

#74732A (or 0x74732A) is unknown color: approx Olivetone. HEX triplet: 74, 73 and 2A. RGB value is (116,115,42). Sum of RGB (Red+Green+Blue) = 116+115+42=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74732A is #8B8CD5. Grayscale: #6B6B6B. Windows color (decimal): -9145558 or 2782068. OLE color: 2782068.

HSL color Cylindrical-coordinate representation of color #74732A: hue angle of 59.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74732A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11611542-
CMYK00.010.640.55
HSL59.19º46.84%30.98%-
HSV(B)59.19º63.79%45.49%-
XYZ13.7516.144.58-
YUV106.9891.33134.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=42.49%
G=42.12%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161154200.010.640.5559.1946.8430.98
Hex74732A0140373b2f1f
Octal164163520110067735737
Binary1110100111001110101001100000011011111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74732A; }

 p { color: rgb(116,115,42); }

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

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

 a { background-color: rgb(116,115,42); }

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

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

 span { border-color: rgb(116,115,42); }

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