#748209

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

Shades of Olive #748209

Tints of Olive #748209

Color information

#748209 (or 0x748209) is unknown color: approx Olive. HEX triplet: 74, 82 and 09. RGB value is (116,130,9). Sum of RGB (Red+Green+Blue) = 116+130+9=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #748209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748209 is #8B7DF6. Grayscale: #707070. Windows color (decimal): -9141751 or 623220. OLE color: 623220.

HSL color Cylindrical-coordinate representation of color #748209: hue angle of 66.94º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #748209 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1161309-
CMYK0.1100.930.49
HSL66.94º87.05%27.25%-
HSV(B)66.94º93.08%50.98%-
XYZ15.2319.73.26-
YUV112.0269.86130.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 9 (3.91% from 255) = 3.53%
R=45.49%
G=50.98%
B=3.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11613090.1100.930.4966.9487.0527.25
Hex74829B05D3143571b
Octal164202111301356110312733
Binary11101001000001010011011010111011100011000011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748209; }

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

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

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

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

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

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

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

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