#75681E

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

Shades of Olivetone #75681E

Tints of Olivetone #75681E

Color information

#75681E (or 0x75681E) is unknown color: approx Olivetone. HEX triplet: 75, 68 and 1E. RGB value is (117,104,30). Sum of RGB (Red+Green+Blue) = 117+104+30=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681E is #8A97E1. Grayscale: #636363. Windows color (decimal): -9082850 or 1992821. OLE color: 1992821.

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

Color convert

RGB11710430-
CMYK00.110.740.54
HSL51.03º59.18%28.82%-
HSV(B)51.03º74.36%45.88%-
XYZ12.5213.783.23-
YUV99.4588.81140.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=46.61%
G=41.43%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171043000.110.740.5451.0359.1828.82
Hex75681E0B4A36333b1d
Octal1651503601311266637335
Binary111010111010001111001011100101011011011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,104,30); }

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

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

 a { background-color: rgb(117,104,30); }

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

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

 span { border-color: rgb(117,104,30); }

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