#74681b

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

Shades of Olivetone #74681B

Tints of Olivetone #74681B

Color information

#74681B (or 0x74681B) is unknown color: approx Olivetone. HEX triplet: 74, 68 and 1B. RGB value is (116,104,27). Sum of RGB (Red+Green+Blue) = 116+104+27=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74681B is #8B97E4. Grayscale: #636363. Windows color (decimal): -9148389 or 1796212. OLE color: 1796212.

HSL color Cylindrical-coordinate representation of color #74681B: hue angle of 51.91º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74681B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11610427-
CMYK00.100.770.55
HSL51.91º62.24%28.04%-
HSV(B)51.91º76.72%45.49%-
XYZ12.3513.693.03-
YUV98.8187.48140.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=46.96%
G=42.11%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161042700.100.770.5551.9162.2428.04
Hex74681B0A4D37343e1c
Octal1641503301211567647634
Binary111010011010001101101010100110111011111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74681b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74681b; }

 p { color: rgb(116,104,27); }

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

<style>
 a { background-color: #74681b; }

 a { background-color: rgb(116,104,27); }

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

<style>
 span { border-color: #74681b; }

 span { border-color: rgb(116,104,27); }

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