#747023

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

Shades of Olivetone #747023

Tints of Olivetone #747023

Color information

#747023 (or 0x747023) is unknown color: approx Olivetone. HEX triplet: 74, 70 and 23. RGB value is (116,112,35). Sum of RGB (Red+Green+Blue) = 116+112+35=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #747023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747023 is #8B8FDC. Grayscale: #686868. Windows color (decimal): -9146333 or 2322548. OLE color: 2322548.

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

Color convert

RGB11611235-
CMYK00.030.700.55
HSL57.04º53.64%29.61%-
HSV(B)57.04º69.83%45.49%-
XYZ13.315.423.87-
YUV104.4288.83136.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=44.11%
G=42.59%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161123500.030.700.5557.0453.6429.61
Hex74702303463739361e
Octal164160430310667716636
Binary11101001110000100011011100011011011111100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747023; }

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

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

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

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

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

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

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

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