#767624

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

Shades of Olivetone #767624

Tints of Olivetone #767624

Color information

#767624 (or 0x767624) is unknown color: approx Olivetone. HEX triplet: 76, 76 and 24. RGB value is (118,118,36). Sum of RGB (Red+Green+Blue) = 118+118+36=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767624 is #8989DB. Grayscale: #6C6C6C. Windows color (decimal): -9013724 or 2389622. OLE color: 2389622.

HSL color Cylindrical-coordinate representation of color #767624: hue angle of 60º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767624 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11811836-
CMYK000.690.54
HSL60º53.25%30.2%-
HSV(B)60º69.49%46.27%-
XYZ14.2716.944.19-
YUV108.6587134.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=43.38%
G=43.38%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811836000.690.546053.2530.2
Hex7676240045363c351e
Octal166166440010566746536
Binary1110110111011010010000100010111011011110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767624; }

 p { color: rgb(118,118,36); }

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

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

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

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

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

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

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