#748E09

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

Shades of Olive #748E09

Tints of Olive #748E09

Color information

#748E09 (or 0x748E09) is unknown color: approx Olive. HEX triplet: 74, 8E and 09. RGB value is (116,142,9). Sum of RGB (Red+Green+Blue) = 116+142+9=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #748E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E09 is #8B71F6. Grayscale: #777777. Windows color (decimal): -9138679 or 626292. OLE color: 626292.

HSL color Cylindrical-coordinate representation of color #748E09: hue angle of 71.73º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748E09 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1161429-
CMYK0.1800.940.44
HSL71.73º88.08%29.61%-
HSV(B)71.73º93.66%55.69%-
XYZ16.9223.083.82-
YUV119.0665.89125.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 142 (55.86% from 255) = 53.18%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=43.45%
G=53.18%
B=3.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11614290.1800.940.4471.7388.0829.61
Hex748E91205E2C48581e
Octal164216112201365411013036
Binary111010010001110100110010010111101011001001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748E09; }

 p { color: rgb(116,142,9); }

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

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

 a { background-color: rgb(116,142,9); }

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

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

 span { border-color: rgb(116,142,9); }

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