#748D03

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

Shades of Olive #748D03

Tints of Olive #748D03

Color information

#748D03 (or 0x748D03) is unknown color: approx Olive. HEX triplet: 74, 8D and 03. RGB value is (116,141,3). Sum of RGB (Red+Green+Blue) = 116+141+3=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #748D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748D03 is #8B72FC. Grayscale: #767676. Windows color (decimal): -9138941 or 232820. OLE color: 232820.

HSL color Cylindrical-coordinate representation of color #748D03: hue angle of 70.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #748D03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB1161413-
CMYK0.1800.980.45
HSL70.87º95.83%28.24%-
HSV(B)70.87º97.87%55.29%-
XYZ16.7422.773.6-
YUV117.7963.22126.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 141 (55.47% from 255) = 54.23%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=44.62%
G=54.23%
B=1.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11614130.1800.980.4570.8795.8328.24
Hex748D3120622D47601c
Octal16421532201425510714034
Binary1110100100011011110010011000101011011000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,3); }

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

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

 a { background-color: rgb(116,141,3); }

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

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

 span { border-color: rgb(116,141,3); }

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