#746707

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

Shades of Olive #746707

Tints of Olive #746707

Color information

#746707 (or 0x746707) is unknown color: approx Olive. HEX triplet: 74, 67 and 07. RGB value is (116,103,7). Sum of RGB (Red+Green+Blue) = 116+103+7=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #746707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746707 is #8B98F8. Grayscale: #606060. Windows color (decimal): -9148665 or 485236. OLE color: 485236.

HSL color Cylindrical-coordinate representation of color #746707: hue angle of 52.84º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #746707 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1161037-
CMYK00.110.940.55
HSL52.84º88.62%24.12%-
HSV(B)52.84º93.97%45.49%-
XYZ12.0913.432.16-
YUV95.9477.81142.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=51.33%
G=45.58%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116103700.110.940.5552.8488.6224.12
Hex746770B5E37355918
Octal1641477013136676513130
Binary11101001100111111010111011110110111110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746707; }

 p { color: rgb(116,103,7); }

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

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

 a { background-color: rgb(116,103,7); }

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

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

 span { border-color: rgb(116,103,7); }

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