#767529

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

Shades of Olivetone #767529

Tints of Olivetone #767529

Color information

#767529 (or 0x767529) is unknown color: approx Olivetone. HEX triplet: 76, 75 and 29. RGB value is (118,117,41). Sum of RGB (Red+Green+Blue) = 118+117+41=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #767529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767529 is #898AD6. Grayscale: #6C6C6C. Windows color (decimal): -9013975 or 2717046. OLE color: 2717046.

HSL color Cylindrical-coordinate representation of color #767529: hue angle of 59.22º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #767529 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11811741-
CMYK00.010.650.54
HSL59.22º48.43%31.18%-
HSV(B)59.22º65.25%46.27%-
XYZ14.2316.734.58-
YUV108.6489.83134.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=42.75%
G=42.39%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181174100.010.650.5459.2248.4331.18
Hex7675290141363b301f
Octal166165510110166736037
Binary1110110111010110100101100000111011011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767529; }

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

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

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

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

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

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

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

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