#747900

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

Shades of Olive #747900

Tints of Olive #747900

Color information

#747900 (or 0x747900) is unknown color: approx Olive. HEX triplet: 74, 79 and 00. RGB value is (116,121,0). Sum of RGB (Red+Green+Blue) = 116+121+0=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #747900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747900 is #8B86FF. Grayscale: #6A6A6A. Windows color (decimal): -9144064 or 31092. OLE color: 31092.

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

Color convert

RGB1161210-
CMYK0.04010.53
HSL62.48º100%23.73%-
HSV(B)62.48º100%47.45%-
XYZ14.0417.392.62-
YUV105.7168.34135.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.95%
G=51.05%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11612100.04010.5362.4810023.73
Hex747904064353e6418
Octal164171040144657614430
Binary11101001111001010001100100110101111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747900; }

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

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

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

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

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

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

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

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