#767024

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

Shades of Olivetone #767024

Tints of Olivetone #767024

Color information

#767024 (or 0x767024) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 24. RGB value is (118,112,36). Sum of RGB (Red+Green+Blue) = 118+112+36=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #767024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767024 is #898FDB. Grayscale: #696969. Windows color (decimal): -9015260 or 2388086. OLE color: 2388086.

HSL color Cylindrical-coordinate representation of color #767024: hue angle of 55.61º 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 #767024 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11811236-
CMYK00.050.690.54
HSL55.61º53.25%30.2%-
HSV(B)55.61º69.49%46.27%-
XYZ13.5815.573.96-
YUV105.1388.99137.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=44.36%
G=42.11%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181123600.050.690.5455.6153.2530.2
Hex76702405453638351e
Octal166160440510566706536
Binary111011011100001001000101100010111011011100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767024; }

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

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

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

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

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

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

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

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