#738104

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

Shades of Olive #738104

Tints of Olive #738104

Color information

#738104 (or 0x738104) is unknown color: approx Olive. HEX triplet: 73, 81 and 04. RGB value is (115,129,4). Sum of RGB (Red+Green+Blue) = 115+129+4=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #738104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738104 is #8C7EFB. Grayscale: #6F6F6F. Windows color (decimal): -9207548 or 295283. OLE color: 295283.

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

Color convert

RGB1151294-
CMYK0.1100.970.49
HSL66.72º93.98%26.08%-
HSV(B)66.72º96.9%50.59%-
XYZ14.9419.353.06-
YUV110.5667.86131.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=46.37%
G=52.02%
B=1.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11512940.1100.970.4966.7293.9826.08
Hex73814B06131435e1a
Octal16320141301416110313632
Binary1110011100000011001011011000011100011000011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738104; }

 p { color: rgb(115,129,4); }

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

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

 a { background-color: rgb(115,129,4); }

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

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

 span { border-color: rgb(115,129,4); }

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