#747026

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

Shades of Olivetone #747026

Tints of Olivetone #747026

Color information

#747026 (or 0x747026) is unknown color: approx Olivetone. HEX triplet: 74, 70 and 26. RGB value is (116,112,38). Sum of RGB (Red+Green+Blue) = 116+112+38=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #747026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747026 is #8B8FD9. Grayscale: #696969. Windows color (decimal): -9146330 or 2519156. OLE color: 2519156.

HSL color Cylindrical-coordinate representation of color #747026: hue angle of 56.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747026 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB11611238-
CMYK00.030.670.55
HSL56.92º50.65%30.2%-
HSV(B)56.92º67.24%45.49%-
XYZ13.3515.444.11-
YUV104.7690.33136.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=43.61%
G=42.11%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161123800.030.670.5556.9250.6530.2
Hex74702603433739331e
Octal164160460310367716336
Binary11101001110000100110011100001111011111100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747026; }

 p { color: rgb(116,112,38); }

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

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

 a { background-color: rgb(116,112,38); }

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

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

 span { border-color: rgb(116,112,38); }

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