#74671E

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

Shades of Olivetone #74671E

Tints of Olivetone #74671E

Color information

#74671E (or 0x74671E) is unknown color: approx Olivetone. HEX triplet: 74, 67 and 1E. RGB value is (116,103,30). Sum of RGB (Red+Green+Blue) = 116+103+30=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74671E is #8B98E1. Grayscale: #626262. Windows color (decimal): -9148642 or 1992564. OLE color: 1992564.

HSL color Cylindrical-coordinate representation of color #74671E: hue angle of 50.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74671E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11610330-
CMYK00.110.740.55
HSL50.93º58.9%28.63%-
HSV(B)50.93º74.14%45.49%-
XYZ12.2913.513.19-
YUV98.5689.31140.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=46.59%
G=41.37%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161033000.110.740.5550.9358.928.63
Hex74671E0B4A37333b1d
Octal1641473601311267637335
Binary111010011001111111001011100101011011111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74671E; }

 p { color: rgb(116,103,30); }

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

<style>
 a { background-color: #74671E; }

 a { background-color: rgb(116,103,30); }

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

<style>
 span { border-color: #74671E; }

 span { border-color: rgb(116,103,30); }

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