#767019

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

Shades of Olivetone #767019

Tints of Olivetone #767019

Color information

#767019 (or 0x767019) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 19. RGB value is (118,112,25). Sum of RGB (Red+Green+Blue) = 118+112+25=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #767019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767019 is #898FE6. Grayscale: #686868. Windows color (decimal): -9015271 or 1667190. OLE color: 1667190.

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

Color convert

RGB11811225-
CMYK00.050.790.54
HSL56.13º65.03%28.04%-
HSV(B)56.13º78.81%46.27%-
XYZ13.4415.513.21-
YUV103.8883.49138.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=46.27%
G=43.92%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181122500.050.790.5456.1365.0328.04
Hex767019054F3638411c
Octal1661603105117667010134
Binary111011011100001100101011001111110110111000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767019; }

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

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

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

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

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

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

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

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