#76751C

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

Shades of Olivetone #76751C

Tints of Olivetone #76751C

Color information

#76751C (or 0x76751C) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 1C. RGB value is (118,117,28). Sum of RGB (Red+Green+Blue) = 118+117+28=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751C is #898AE3. Grayscale: #6B6B6B. Windows color (decimal): -9013988 or 1865078. OLE color: 1865078.

HSL color Cylindrical-coordinate representation of color #76751C: hue angle of 59.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76751C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11811728-
CMYK00.010.760.54
HSL59.33º61.64%28.63%-
HSV(B)59.33º76.27%46.27%-
XYZ14.0416.663.57-
YUV107.1583.33135.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=44.87%
G=44.49%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181172800.010.760.5459.3361.6428.63
Hex76751C014C363b3e1d
Octal166165340111466737635
Binary111011011101011110001100110011011011101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76751C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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