#74721D

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

Shades of Olivetone #74721D

Tints of Olivetone #74721D

Color information

#74721D (or 0x74721D) is unknown color: approx Olivetone. HEX triplet: 74, 72 and 1D. RGB value is (116,114,29). Sum of RGB (Red+Green+Blue) = 116+114+29=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74721D is #8B8DE2. Grayscale: #696969. Windows color (decimal): -9145827 or 1929844. OLE color: 1929844.

HSL color Cylindrical-coordinate representation of color #74721D: hue angle of 58.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74721D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11611429-
CMYK00.020.750.55
HSL58.62º60%28.43%-
HSV(B)58.62º75%45.49%-
XYZ13.4415.843.51-
YUV104.9185.16135.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=44.79%
G=44.02%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161142900.020.750.5558.626028.43
Hex74721D024B373b3c1c
Octal164162350211367737434
Binary1110100111001011101010100101111011111101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74721D; }

 p { color: rgb(116,114,29); }

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

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

 a { background-color: rgb(116,114,29); }

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

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

 span { border-color: rgb(116,114,29); }

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