#75681D

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

Shades of Olivetone #75681D

Tints of Olivetone #75681D

Color information

#75681D (or 0x75681D) is unknown color: approx Olivetone. HEX triplet: 75, 68 and 1D. RGB value is (117,104,29). Sum of RGB (Red+Green+Blue) = 117+104+29=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681D is #8A97E2. Grayscale: #636363. Windows color (decimal): -9082851 or 1927285. OLE color: 1927285.

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

Color convert

RGB11710429-
CMYK00.110.750.54
HSL51.14º60.27%28.63%-
HSV(B)51.14º75.21%45.88%-
XYZ12.5113.773.16-
YUV99.3488.31140.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 29 (11.72% from 255) = 11.6%
R=46.8%
G=41.6%
B=11.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171042900.110.750.5451.1460.2728.63
Hex75681D0B4B36333c1d
Octal1651503501311366637435
Binary111010111010001110101011100101111011011001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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