#767028

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

Shades of Olivetone #767028

Tints of Olivetone #767028

Color information

#767028 (or 0x767028) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 28. RGB value is (118,112,40). Sum of RGB (Red+Green+Blue) = 118+112+40=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767028 is #898FD7. Grayscale: #696969. Windows color (decimal): -9015256 or 2650230. OLE color: 2650230.

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

Color convert

RGB11811240-
CMYK00.050.660.54
HSL55.38º49.37%30.98%-
HSV(B)55.38º66.1%46.27%-
XYZ13.6515.594.3-
YUV105.5990.99136.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=43.70%
G=41.48%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181124000.050.660.5455.3849.3730.98
Hex76702805423637311f
Octal166160500510266676137
Binary111011011100001010000101100001011011011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767028; }

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

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

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

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

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

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

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

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