#74731C

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

Shades of Olivetone #74731C

Tints of Olivetone #74731C

Color information

#74731C (or 0x74731C) is unknown color: approx Olivetone. HEX triplet: 74, 73 and 1C. RGB value is (116,115,28). Sum of RGB (Red+Green+Blue) = 116+115+28=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74731C is #8B8CE3. Grayscale: #696969. Windows color (decimal): -9145572 or 1864564. OLE color: 1864564.

HSL color Cylindrical-coordinate representation of color #74731C: hue angle of 59.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74731C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11611528-
CMYK00.010.760.55
HSL59.32º61.11%28.24%-
HSV(B)59.32º75.86%45.49%-
XYZ13.5416.063.48-
YUV105.3884.33135.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=44.79%
G=44.40%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161152800.010.760.5559.3261.1128.24
Hex74731C014C373b3d1c
Octal164163340111467737534
Binary111010011100111110001100110011011111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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