#76751D

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

Shades of Olivetone #76751D

Tints of Olivetone #76751D

Color information

#76751D (or 0x76751D) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 1D. RGB value is (118,117,29). Sum of RGB (Red+Green+Blue) = 118+117+29=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751D is #898AE2. Grayscale: #6B6B6B. Windows color (decimal): -9013987 or 1930614. OLE color: 1930614.

HSL color Cylindrical-coordinate representation of color #76751D: hue angle of 59.33º degrees, saturation: 0.61, 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 #76751D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11811729-
CMYK00.010.750.54
HSL59.33º60.54%28.82%-
HSV(B)59.33º75.42%46.27%-
XYZ14.0516.663.64-
YUV107.2783.83135.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=44.70%
G=44.32%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181172900.010.750.5459.3360.5428.82
Hex76751D014B363b3d1d
Octal166165350111366737535
Binary111011011101011110101100101111011011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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