#747621

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

Shades of Olivetone #747621

Tints of Olivetone #747621

Color information

#747621 (or 0x747621) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 21. RGB value is (116,118,33). Sum of RGB (Red+Green+Blue) = 116+118+33=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #747621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747621 is #8B89DE. Grayscale: #6C6C6C. Windows color (decimal): -9144799 or 2193012. OLE color: 2193012.

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

Color convert

RGB11611833-
CMYK0.0200.720.54
HSL61.41º56.29%29.61%-
HSV(B)61.41º72.03%46.27%-
XYZ13.9616.783.94-
YUV107.7185.84133.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=43.45%
G=44.19%
B=12.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118330.0200.720.5461.4156.2929.61
Hex7476212048363d381e
Octal164166412011066757036
Binary11101001110110100001100100100011011011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747621; }

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

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

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

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

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

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

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

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