#746916

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

Shades of Olivetone #746916

Tints of Olivetone #746916

Color information

#746916 (or 0x746916) is unknown color: approx Olivetone. HEX triplet: 74, 69 and 16. RGB value is (116,105,22). Sum of RGB (Red+Green+Blue) = 116+105+22=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #746916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746916 is #8B96E9. Grayscale: #636363. Windows color (decimal): -9148138 or 1468788. OLE color: 1468788.

HSL color Cylindrical-coordinate representation of color #746916: hue angle of 52.98º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #746916 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB11610522-
CMYK00.090.810.55
HSL52.98º68.12%27.06%-
HSV(B)52.98º81.03%45.49%-
XYZ12.413.872.78-
YUV98.8384.64140.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=47.74%
G=43.21%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161052200.090.810.5552.9868.1227.06
Hex74691609513735441b
Octal16415126011121676510433
Binary1110100110100110110010011010001110111110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746916; }

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

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

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

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

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

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

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

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