#747521

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

Shades of Olivetone #747521

Tints of Olivetone #747521

Color information

#747521 (or 0x747521) is unknown color: approx Olivetone. HEX triplet: 74, 75 and 21. RGB value is (116,117,33). Sum of RGB (Red+Green+Blue) = 116+117+33=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #747521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747521 is #8B8ADE. Grayscale: #6B6B6B. Windows color (decimal): -9145055 or 2192756. OLE color: 2192756.

HSL color Cylindrical-coordinate representation of color #747521: hue angle of 60.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #747521 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB11611733-
CMYK0.0100.720.54
HSL60.71º56%29.41%-
HSV(B)60.71º71.79%45.88%-
XYZ13.8416.553.9-
YUV107.1286.17134.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=43.61%
G=43.98%
B=12.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117330.0100.720.5460.715629.41
Hex7475211048363d381d
Octal164165411011066757035
Binary1110100111010110000110100100011011011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747521; }

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

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

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

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

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

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

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

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