#749900

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

Shades of Olive #749900

Tints of Olive #749900

Color information

#749900 (or 0x749900) is unknown color: approx Olive. HEX triplet: 74, 99 and 00. RGB value is (116,153,0). Sum of RGB (Red+Green+Blue) = 116+153+0=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #749900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749900 is #8B66FF. Grayscale: #7D7D7D. Windows color (decimal): -9135872 or 39284. OLE color: 39284.

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

Color convert

RGB1161530-
CMYK0.24010.4
HSL74.51º100%30%-
HSV(B)74.51º100%60%-
XYZ18.5926.54.13-
YUV124.4957.74121.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.12%
G=56.88%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11615300.24010.474.5110030
Hex7499018064284b641e
Octal16423103001445011314436
Binary111010010011001011000011001001010001001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749900; }

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

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

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

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

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

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

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

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