#74712C

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

Shades of Olivetone #74712C

Tints of Olivetone #74712C

Color information

#74712C (or 0x74712C) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 2C. RGB value is (116,113,44). Sum of RGB (Red+Green+Blue) = 116+113+44=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74712C is #8B8ED3. Grayscale: #6A6A6A. Windows color (decimal): -9146068 or 2912628. OLE color: 2912628.

HSL color Cylindrical-coordinate representation of color #74712C: hue angle of 57.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74712C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11611344-
CMYK00.030.620.55
HSL57.5º45%31.37%-
HSV(B)57.5º62.07%45.49%-
XYZ13.5615.714.7-
YUV106.0392.99135.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=42.49%
G=41.39%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161134400.030.620.5557.54531.37
Hex74712C033E373a2d1f
Octal16416154037667725537
Binary1110100111000110110001111111011011111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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