#747119

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

Shades of Olivetone #747119

Tints of Olivetone #747119

Color information

#747119 (or 0x747119) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 19. RGB value is (116,113,25). Sum of RGB (Red+Green+Blue) = 116+113+25=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #747119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747119 is #8B8EE6. Grayscale: #686868. Windows color (decimal): -9146087 or 1667444. OLE color: 1667444.

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

Color convert

RGB11611325-
CMYK00.030.780.55
HSL58.02º64.54%27.65%-
HSV(B)58.02º78.45%45.49%-
XYZ13.2815.593.23-
YUV103.8683.49136.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=45.67%
G=44.49%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161132500.030.780.5558.0264.5427.65
Hex747119034E373a411c
Octal1641613103116677210134
Binary11101001110001110010111001110110111111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747119; }

 p { color: rgb(116,113,25); }

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

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

 a { background-color: rgb(116,113,25); }

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

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

 span { border-color: rgb(116,113,25); }

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