#747523

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

Shades of Olivetone #747523

Tints of Olivetone #747523

Color information

#747523 (or 0x747523) is unknown color: approx Olivetone. HEX triplet: 74, 75 and 23. RGB value is (116,117,35). Sum of RGB (Red+Green+Blue) = 116+117+35=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #747523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747523 is #8B8ADC. Grayscale: #6B6B6B. Windows color (decimal): -9145053 or 2323828. OLE color: 2323828.

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

Color convert

RGB11611735-
CMYK0.0100.700.54
HSL60.73º53.95%29.8%-
HSV(B)60.73º70.09%45.88%-
XYZ13.8716.564.06-
YUV107.3587.17134.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 35 (14.06% from 255) = 13.06%
R=43.28%
G=43.66%
B=13.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117350.0100.700.5460.7353.9529.8
Hex7475231046363d361e
Octal164165431010666756636
Binary1110100111010110001110100011011011011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747523; }

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

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

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

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

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

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

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

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