#74671F

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

Shades of Olivetone #74671F

Tints of Olivetone #74671F

Color information

#74671F (or 0x74671F) is unknown color: approx Olivetone. HEX triplet: 74, 67 and 1F. RGB value is (116,103,31). Sum of RGB (Red+Green+Blue) = 116+103+31=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74671F is #8B98E0. Grayscale: #626262. Windows color (decimal): -9148641 or 2058100. OLE color: 2058100.

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

Color convert

RGB11610331-
CMYK00.110.730.55
HSL50.82º57.82%28.82%-
HSV(B)50.82º73.28%45.49%-
XYZ12.313.513.26-
YUV98.6889.81140.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=46.4%
G=41.2%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161033100.110.730.5550.8257.8228.82
Hex74671F0B4937333a1d
Octal1641473701311167637235
Binary111010011001111111101011100100111011111001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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