#767023

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

Shades of Olivetone #767023

Tints of Olivetone #767023

Color information

#767023 (or 0x767023) is unknown color: approx Olivetone. HEX triplet: 76, 70 and 23. RGB value is (118,112,35). Sum of RGB (Red+Green+Blue) = 118+112+35=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #767023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767023 is #898FDC. Grayscale: #696969. Windows color (decimal): -9015261 or 2322550. OLE color: 2322550.

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

Color convert

RGB11811235-
CMYK00.050.700.54
HSL55.66º54.25%30%-
HSV(B)55.66º70.34%46.27%-
XYZ13.5715.563.88-
YUV105.0288.49137.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=44.53%
G=42.26%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181123500.050.700.5455.6654.2530
Hex76702305463638361e
Octal166160430510666706636
Binary111011011100001000110101100011011011011100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767023; }

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

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

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

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

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

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

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

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