#767018

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

Shades of Olivetone #767018

Tints of Olivetone #767018

Color information

#767018 (or 0x767018) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 18. RGB value is (118,112,24). Sum of RGB (Red+Green+Blue) = 118+112+24=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #767018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767018 is #898FE7. Grayscale: #686868. Windows color (decimal): -9015272 or 1601654. OLE color: 1601654.

HSL color Cylindrical-coordinate representation of color #767018: hue angle of 56.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #767018 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11811224-
CMYK00.050.800.54
HSL56.17º66.2%27.84%-
HSV(B)56.17º79.66%46.27%-
XYZ13.4315.513.15-
YUV103.7682.99138.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=46.46%
G=44.09%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181122400.050.800.5456.1766.227.84
Hex76701805503638421c
Octal1661603005120667010234
Binary111011011100001100001011010000110110111000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767018; }

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

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

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

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

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

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

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

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