#746923

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

Shades of Olivetone #746923

Tints of Olivetone #746923

Color information

#746923 (or 0x746923) is unknown color: approx Olivetone. HEX triplet: 74, 69 and 23. RGB value is (116,105,35). Sum of RGB (Red+Green+Blue) = 116+105+35=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #746923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746923 is #8B96DC. Grayscale: #646464. Windows color (decimal): -9148125 or 2320756. OLE color: 2320756.

HSL color Cylindrical-coordinate representation of color #746923: hue angle of 51.85º 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 #746923 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB11610535-
CMYK00.090.700.55
HSL51.85º53.64%29.61%-
HSV(B)51.85º69.83%45.49%-
XYZ12.5613.943.62-
YUV100.3191.14139.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=45.31%
G=41.02%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161053500.090.700.5551.8553.6429.61
Hex74692309463734361e
Octal1641514301110667646636
Binary1110100110100110001101001100011011011111010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746923; }

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

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

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

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

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

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

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

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