#76751A

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

Shades of Olivetone #76751A

Tints of Olivetone #76751A

Color information

#76751A (or 0x76751A) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 1A. RGB value is (118,117,26). Sum of RGB (Red+Green+Blue) = 118+117+26=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751A is #898AE5. Grayscale: #6B6B6B. Windows color (decimal): -9013990 or 1734006. OLE color: 1734006.

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

Color convert

RGB11811726-
CMYK00.010.780.54
HSL59.35º63.89%28.24%-
HSV(B)59.35º77.97%46.27%-
XYZ14.0216.653.45-
YUV106.9282.33135.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=45.21%
G=44.83%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181172600.010.780.5459.3563.8928.24
Hex76751A014E363b401c
Octal1661653201116667310034
Binary1110110111010111010011001110110110111011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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