#747924

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

Shades of Olivetone #747924

Tints of Olivetone #747924

Color information

#747924 (or 0x747924) is unknown color: approx Olivetone. HEX triplet: 74, 79 and 24. RGB value is (116,121,36). Sum of RGB (Red+Green+Blue) = 116+121+36=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #747924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747924 is #8B86DB. Grayscale: #6E6E6E. Windows color (decimal): -9144028 or 2390388. OLE color: 2390388.

HSL color Cylindrical-coordinate representation of color #747924: hue angle of 63.53º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747924 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB11612136-
CMYK0.0400.700.53
HSL63.53º54.14%30.78%-
HSV(B)63.53º70.25%47.45%-
XYZ14.3617.524.29-
YUV109.8286.34132.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 121 (47.66% from 255) = 44.32%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=42.49%
G=44.32%
B=13.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121360.0400.700.5363.5354.1430.78
Hex74792440463540361f
Octal1641714440106651006637
Binary1110100111100110010010001000110110101100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747924; }

 p { color: rgb(116,121,36); }

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

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

 a { background-color: rgb(116,121,36); }

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

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

 span { border-color: rgb(116,121,36); }

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