#748F09

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

Shades of Olive #748F09

Tints of Olive #748F09

Color information

#748F09 (or 0x748F09) is unknown color: approx Olive. HEX triplet: 74, 8F and 09. RGB value is (116,143,9). Sum of RGB (Red+Green+Blue) = 116+143+9=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #748F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F09 is #8B70F6. Grayscale: #787878. Windows color (decimal): -9138423 or 626548. OLE color: 626548.

HSL color Cylindrical-coordinate representation of color #748F09: hue angle of 72.09º 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 #748F09 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1161439-
CMYK0.1900.940.44
HSL72.09º88.16%29.8%-
HSV(B)72.09º93.71%56.08%-
XYZ17.0723.383.87-
YUV119.6565.55125.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 9 (3.91% from 255) = 3.36%
R=43.28%
G=53.36%
B=3.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11614390.1900.940.4472.0988.1629.8
Hex748F91305E2C48581e
Octal164217112301365411013036
Binary111010010001111100110011010111101011001001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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